#66ABA8

Color #66ABA8 Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #66ABA8

Tints of Tradewind #66ABA8

Color information

#66ABA8 (or 0x66ABA8) is unknown color: approx Tradewind. HEX triplet: 66, AB and A8. RGB value is (102,171,168). Sum of RGB (Red+Green+Blue) = 102+171+168=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #66ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ABA8 is #995457. Grayscale: #959595. Windows color (decimal): -10048600 or 11053926. OLE color: 11053926.

HSL color Cylindrical-coordinate representation of color #66ABA8: hue angle of 177.39º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66ABA8 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB102171168-
CMYK0.4000.020.33
HSL177.39º29.11%53.53%-
HSV(B)177.39º40.35%67.06%-
XYZ27.1134.7842.33-
YUV150.03138.1493.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=23.13%
G=38.78%
B=38.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711680.4000.020.33177.3929.1153.53
Hex66ABA8280221b11d36
Octal1462532505002412613566
Binary110011010101011101010001010000101000011011000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,171,168); }

 H1.HeaderClassName
 {
   color: #66ABA8;
 }
 .AnyTagClassName
 {
   color: #66ABA8;
 }
</style>
background-color css

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

 a { background-color: rgb(102,171,168); }

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

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

 span { border-color: rgb(102,171,168); }

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