#66BCA3

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

Shades of Keppel #66BCA3

Tints of Keppel #66BCA3

Color information

#66BCA3 (or 0x66BCA3) is unknown color: approx Keppel. HEX triplet: 66, BC and A3. RGB value is (102,188,163). Sum of RGB (Red+Green+Blue) = 102+188+163=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BCA3 is #99435C. Grayscale: #9F9F9F. Windows color (decimal): -10044253 or 10730598. OLE color: 10730598.

HSL color Cylindrical-coordinate representation of color #66BCA3: hue angle of 162.56º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BCA3 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB102188163-
CMYK0.4600.130.26
HSL162.56º39.09%56.86%-
HSV(B)162.56º45.74%73.73%-
XYZ30.0741.4441.06-
YUV159.44130.0187.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.52%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=22.52%
G=41.50%
B=35.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881630.4600.130.26162.5639.0956.86
Hex66BCA32E0D1Aa32739
Octal14627424356015322434771
Binary11001101011110010100011101110011011101010100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,188,163); }

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

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

 a { background-color: rgb(102,188,163); }

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

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

 span { border-color: rgb(102,188,163); }

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