Html Css Color HEX #66B2AE Tradewind

📋 copy color: '#66B2AE'

red 102 ◦ green 178 ◦ blue 174

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

Shades of Tradewind #66B2AE

Tints of Tradewind #66B2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

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

R = 22.47%
G = 39.21%
B = 38.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#66B2AE (or 0x66B2AE) is known color: Tradewind. HEX triplet: 66, B2 and AE. RGB value is (102,178,174). Sum of RGB (Red+Green+Blue) = 102+178+174=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #66B2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B2AE is #994D51. Grayscale: #9A9A9A. Windows color (decimal): -10046802 or 11448934. OLE color: 11448934.

HSL color Cylindrical-coordinate representation of color #66B2AE: hue angle of 176.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B2AE is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 178 174 -
CMYK 0.43 0 0.02 0.30
HSL 176.84º 0.33% 0.55% -
HSV(B) 176.84º 0.43% 0.7% -
XYZ 29.04 37.72 45.79 -
YUV 154.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 102 178 174 0.43 0 0.02 0.30 176.84 0.33 0.55
Hex 66 B2 AE 2B 0 2 1E B1 21 37
Octal 146 262 256 53 0 2 36 261 41 67
Binary 1100110 10110010 10101110 101011 0 10 11110 10110001 100001 110111

Color Harmonies of #66B2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B2AE

Black with #66B2AE

Text Example


Text Example

White with #66B2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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