Html Css Color HEX #66B9AE Tradewind

📋 copy color: '#66B9AE'

red 102 ◦ green 185 ◦ blue 174

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

Shades of Tradewind #66B9AE

Tints of Tradewind #66B9AE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

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

R = 22.13%
G = 40.13%
B = 37.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#66B9AE (or 0x66B9AE) is known color: Tradewind. HEX triplet: 66, B9 and AE. RGB value is (102,185,174). Sum of RGB (Red+Green+Blue) = 102+185+174=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #66B9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B9AE is #994651. Grayscale: #9E9E9E. Windows color (decimal): -10045010 or 11450726. OLE color: 11450726.

HSL color Cylindrical-coordinate representation of color #66B9AE: hue angle of 172.05º degrees, saturation: 0.37, 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 #66B9AE is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 185 174 -
CMYK 0.45 0 0.06 0.27
HSL 172.05º 0.37% 0.56% -
HSV(B) 172.05º 0.45% 0.73% -
XYZ 30.47 40.58 46.27 -
YUV 158.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 102 185 174 0.45 0 0.06 0.27 172.05 0.37 0.56
Hex 66 B9 AE 2D 0 6 1B AC 25 38
Octal 146 271 256 55 0 6 33 254 45 70
Binary 1100110 10111001 10101110 101101 0 110 11011 10101100 100101 111000

Color Harmonies of #66B9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B9AE

Black with #66B9AE

Text Example


Text Example

White with #66B9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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