Html Css Color HEX #68AC9F Tradewind

📋 copy color: '#68AC9F'

red 104 ◦ green 172 ◦ blue 159

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

Shades of Tradewind #68AC9F

Tints of Tradewind #68AC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 23.91%
G = 39.54%
B = 36.55%

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

#68AC9F (or 0x68AC9F) is known color: Tradewind. HEX triplet: 68, AC and 9F. RGB value is (104,172,159). Sum of RGB (Red+Green+Blue) = 104+172+159=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC9F is #975360. Grayscale: #969696. Windows color (decimal): -9917281 or 10464360. OLE color: 10464360.

HSL color Cylindrical-coordinate representation of color #68AC9F: hue angle of 168.53º 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 #68AC9F is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 159 -
CMYK 0.40 0 0.08 0.33
HSL 168.53º 0.29% 0.54% -
HSV(B) 168.53º 0.4% 0.67% -
XYZ 26.72 34.95 38.14 -
YUV 150.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 104 172 159 0.40 0 0.08 0.33 168.53 0.29 0.54
Hex 68 AC 9F 28 0 8 21 A9 1D 36
Octal 150 254 237 50 0 10 41 251 35 66
Binary 1101000 10101100 10011111 101000 0 1000 100001 10101001 11101 110110

Color Harmonies of #68AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC9F

Black with #68AC9F

Text Example


Text Example

White with #68AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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