Html Css Color HEX #66BAAA Tradewind

📋 copy color: '#66BAAA'

red 102 ◦ green 186 ◦ blue 170

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

Shades of Tradewind #66BAAA

Tints of Tradewind #66BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.61%

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 22.27%
G = 40.61%
B = 37.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#66BAAA (or 0x66BAAA) is known color: Tradewind. HEX triplet: 66, BA and AA. RGB value is (102,186,170). Sum of RGB (Red+Green+Blue) = 102+186+170=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #66BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BAAA is #994555. Grayscale: #9F9F9F. Windows color (decimal): -10044758 or 11188838. OLE color: 11188838.

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

Color convert

RGB 102 186 170 -
CMYK 0.45 0 0.09 0.27
HSL 168.57º 0.38% 0.56% -
HSV(B) 168.57º 0.45% 0.73% -
XYZ 30.29 40.84 44.32 -
YUV 159.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 102 186 170 0.45 0 0.09 0.27 168.57 0.38 0.56
Hex 66 BA AA 2D 0 9 1B A9 26 38
Octal 146 272 252 55 0 11 33 251 46 70
Binary 1100110 10111010 10101010 101101 0 1001 11011 10101001 100110 111000

Color Harmonies of #66BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BAAA

Black with #66BAAA

Text Example


Text Example

White with #66BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,186,170); }

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

background-color css

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

 a { background-color: rgb(102,186,170); }

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

border-color css

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

 span { border-color: rgb(102,186,170); }

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