#66BAA2

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

Shades of Keppel #66BAA2

Tints of Keppel #66BAA2

Color information

#66BAA2 (or 0x66BAA2) is unknown color: approx Keppel. HEX triplet: 66, BA and A2. RGB value is (102,186,162). Sum of RGB (Red+Green+Blue) = 102+186+162=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #66BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BAA2 is #99455D. Grayscale: #9E9E9E. Windows color (decimal): -10044766 or 10664550. OLE color: 10664550.

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

Color convert

RGB102186162-
CMYK0.4500.130.27
HSL162.86º37.84%56.47%-
HSV(B)162.86º45.16%72.94%-
XYZ29.5640.5540.45-
YUV158.15130.1787.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.67%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 162 (63.67% from 255) = 36%
R=22.67%
G=41.33%
B=36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861620.4500.130.27162.8637.8456.47
Hex66BAA22D0D1Ba32638
Octal14627224255015332434670
Binary11001101011101010100010101101011011101110100011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,186,162); }

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

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

 a { background-color: rgb(102,186,162); }

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

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

 span { border-color: rgb(102,186,162); }

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