#66B2A1

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

Shades of Keppel #66B2A1

Tints of Keppel #66B2A1

Color information

#66B2A1 (or 0x66B2A1) is unknown color: approx Keppel. HEX triplet: 66, B2 and A1. RGB value is (102,178,161). Sum of RGB (Red+Green+Blue) = 102+178+161=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #66B2A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B2A1 is #994D5E. Grayscale: #999999. Windows color (decimal): -10046815 or 10596966. OLE color: 10596966.

HSL color Cylindrical-coordinate representation of color #66B2A1: hue angle of 166.58º 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 #66B2A1 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB102178161-
CMYK0.4300.100.30
HSL166.58º33.04%54.9%-
HSV(B)166.58º42.7%69.8%-
XYZ27.8337.2439.44-
YUV153.34132.3291.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=23.13%
G=40.36%
B=36.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021781610.4300.100.30166.5833.0454.9
Hex66B2A12B0A1Ea72137
Octal14626224153012362474167
Binary11001101011001010100001101011010101111010100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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