Html Css Color HEX #66AFAC Tradewind

📋 copy color: '#66AFAC'

red 102 ◦ green 175 ◦ blue 172

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

Shades of Tradewind #66AFAC

Tints of Tradewind #66AFAC

RGB

 RED value IS 102 (40.23% from 255) = 22.72%

 GREEN value IS 175 (68.75% from 255) = 38.98%

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 22.72%
G = 38.98%
B = 38.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#66AFAC (or 0x66AFAC) is known color: Tradewind. HEX triplet: 66, AF and AC. RGB value is (102,175,172). Sum of RGB (Red+Green+Blue) = 102+175+172=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #66AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AFAC is #995053. Grayscale: #989898. Windows color (decimal): -10047572 or 11317094. OLE color: 11317094.

HSL color Cylindrical-coordinate representation of color #66AFAC: hue angle of 177.53º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AFAC is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 172 -
CMYK 0.42 0 0.02 0.31
HSL 177.53º 0.31% 0.54% -
HSV(B) 177.53º 0.42% 0.69% -
XYZ 28.26 36.46 44.58 -
YUV 152.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 102 175 172 0.42 0 0.02 0.31 177.53 0.31 0.54
Hex 66 AF AC 2A 0 2 1F B2 1F 36
Octal 146 257 254 52 0 2 37 262 37 66
Binary 1100110 10101111 10101100 101010 0 10 11111 10110010 11111 110110

Color Harmonies of #66AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFAC

Black with #66AFAC

Text Example


Text Example

White with #66AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AFAC; }

 p { color: rgb(102,175,172); }

 H1.HeaderClassName
 {
   color: #66AFAC;
 }
 .AnyTagClassName
 {
   color: #66AFAC;
 }
</style>

background-color css

<style>
 a { background-color: #66AFAC; }

 a { background-color: rgb(102,175,172); }

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

border-color css

<style>
 span { border-color: #66AFAC; }

 span { border-color: rgb(102,175,172); }

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