Html Css Color HEX #66B5AB Tradewind

📋 copy color: '#66B5AB'

red 102 ◦ green 181 ◦ blue 171

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

Shades of Tradewind #66B5AB

Tints of Tradewind #66B5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 22.47%
G = 39.87%
B = 37.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#66B5AB (or 0x66B5AB) is known color: Tradewind. HEX triplet: 66, B5 and AB. RGB value is (102,181,171). Sum of RGB (Red+Green+Blue) = 102+181+171=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #66B5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B5AB is #994A54. Grayscale: #9C9C9C. Windows color (decimal): -10046037 or 11253094. OLE color: 11253094.

HSL color Cylindrical-coordinate representation of color #66B5AB: hue angle of 172.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B5AB is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 181 171 -
CMYK 0.44 0 0.06 0.29
HSL 172.41º 0.35% 0.55% -
HSV(B) 172.41º 0.44% 0.71% -
XYZ 29.35 38.81 44.47 -
YUV 156.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 102 181 171 0.44 0 0.06 0.29 172.41 0.35 0.55
Hex 66 B5 AB 2C 0 6 1D AC 23 37
Octal 146 265 253 54 0 6 35 254 43 67
Binary 1100110 10110101 10101011 101100 0 110 11101 10101100 100011 110111

Color Harmonies of #66B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B5AB

Black with #66B5AB

Text Example


Text Example

White with #66B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,181,171); }

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

background-color css

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

 a { background-color: rgb(102,181,171); }

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

border-color css

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

 span { border-color: rgb(102,181,171); }

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