Html Css Color HEX #66AEA0 Tradewind

📋 copy color: '#66AEA0'

red 102 ◦ green 174 ◦ blue 160

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

Shades of Tradewind #66AEA0

Tints of Tradewind #66AEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.91%

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 23.39%
G = 39.91%
B = 36.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#66AEA0 (or 0x66AEA0) is known color: Tradewind. HEX triplet: 66, AE and A0. RGB value is (102,174,160). Sum of RGB (Red+Green+Blue) = 102+174+160=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #66AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AEA0 is #99515F. Grayscale: #969696. Windows color (decimal): -10047840 or 10530406. OLE color: 10530406.

HSL color Cylindrical-coordinate representation of color #66AEA0: hue angle of 168.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AEA0 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 174 160 -
CMYK 0.41 0 0.08 0.32
HSL 168.33º 0.31% 0.54% -
HSV(B) 168.33º 0.41% 0.68% -
XYZ 26.96 35.63 38.71 -
YUV 150.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 102 174 160 0.41 0 0.08 0.32 168.33 0.31 0.54
Hex 66 AE A0 29 0 8 20 A8 1F 36
Octal 146 256 240 51 0 10 40 250 37 66
Binary 1100110 10101110 10100000 101001 0 1000 100000 10101000 11111 110110

Color Harmonies of #66AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AEA0

Black with #66AEA0

Text Example


Text Example

White with #66AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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