Html Css Color HEX #66BBAE Tradewind

📋 copy color: '#66BBAE'

red 102 ◦ green 187 ◦ blue 174

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

Shades of Tradewind #66BBAE

Tints of Tradewind #66BBAE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 22.03%
G = 40.39%
B = 37.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#66BBAE (or 0x66BBAE) is known color: Tradewind. HEX triplet: 66, BB and AE. RGB value is (102,187,174). Sum of RGB (Red+Green+Blue) = 102+187+174=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BBAE is #994451. Grayscale: #A0A0A0. Windows color (decimal): -10044498 or 11451238. OLE color: 11451238.

HSL color Cylindrical-coordinate representation of color #66BBAE: hue angle of 170.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BBAE is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 187 174 -
CMYK 0.45 0 0.07 0.27
HSL 170.82º 0.38% 0.57% -
HSV(B) 170.82º 0.45% 0.73% -
XYZ 30.89 41.42 46.41 -
YUV 160.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 102 187 174 0.45 0 0.07 0.27 170.82 0.38 0.57
Hex 66 BB AE 2D 0 7 1B AB 26 39
Octal 146 273 256 55 0 7 33 253 46 71
Binary 1100110 10111011 10101110 101101 0 111 11011 10101011 100110 111001

Color Harmonies of #66BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBAE

Black with #66BBAE

Text Example


Text Example

White with #66BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,187,174); }

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

background-color css

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

 a { background-color: rgb(102,187,174); }

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

border-color css

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

 span { border-color: rgb(102,187,174); }

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