Html Css Color HEX #68AC9E Tradewind

📋 copy color: '#68AC9E'

red 104 ◦ green 172 ◦ blue 158

#68AC9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #68AC9E

Tints of Tradewind #68AC9E

RGB

 RED value IS 104 (41.02% from 255) = 23.96%

 GREEN value IS 172 (67.58% from 255) = 39.63%

 BLUE value IS 158 (62.11% from 255) = 36.41%

R = 23.96%
G = 39.63%
B = 36.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68AC9E (or 0x68AC9E) is known color: Tradewind. HEX triplet: 68, AC and 9E. RGB value is (104,172,158). Sum of RGB (Red+Green+Blue) = 104+172+158=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC9E is #975361. Grayscale: #969696. Windows color (decimal): -9917282 or 10398824. OLE color: 10398824.

HSL color Cylindrical-coordinate representation of color #68AC9E: hue angle of 167.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC9E is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 158 -
CMYK 0.40 0 0.08 0.33
HSL 167.65º 0.29% 0.54% -
HSV(B) 167.65º 0.4% 0.67% -
XYZ 26.63 34.92 37.68 -
YUV 150.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 104 172 158 0.40 0 0.08 0.33 167.65 0.29 0.54
Hex 68 AC 9E 28 0 8 21 A8 1D 36
Octal 150 254 236 50 0 10 41 250 35 66
Binary 1101000 10101100 10011110 101000 0 1000 100001 10101000 11101 110110

Color Harmonies of #68AC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC9E

Black with #68AC9E

Text Example


Text Example

White with #68AC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AC9E; }

 p { color: rgb(104,172,158); }

 H1.HeaderClassName
 {
   color: #68AC9E;
 }
 .AnyTagClassName
 {
   color: #68AC9E;
 }
</style>

background-color css

<style>
 a { background-color: #68AC9E; }

 a { background-color: rgb(104,172,158); }

 div.DivClassName
 {
   background-color: #68AC9E;
 }
 .BgClassName
 {
   background-color: #68AC9E;
 }
</style>

border-color css

<style>
 span { border-color: #68AC9E; }

 span { border-color: rgb(104,172,158); }

 td.TdClassName
 {
   border-color: #68AC9E;
 }
 .TagClassName
 {
   border-color: #68AC9E;
 }
</style>