#66BC9A

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

Shades of Keppel #66BC9A

Tints of Keppel #66BC9A

Color information

#66BC9A (or 0x66BC9A) is unknown color: approx Keppel. HEX triplet: 66, BC and 9A. RGB value is (102,188,154). Sum of RGB (Red+Green+Blue) = 102+188+154=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BC9A is #994365. Grayscale: #9E9E9E. Windows color (decimal): -10044262 or 10140774. OLE color: 10140774.

HSL color Cylindrical-coordinate representation of color #66BC9A: hue angle of 156.28º 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 #66BC9A is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB102188154-
CMYK0.4600.180.26
HSL156.28º39.09%56.86%-
HSV(B)156.28º45.74%73.73%-
XYZ29.341.1236.97-
YUV158.41125.5187.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.97%
GREEN value IS 188 (73.83% from 255) = 42.34%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=22.97%
G=42.34%
B=34.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881540.4600.180.26156.2839.0956.86
Hex66BC9A2E0121A9c2739
Octal14627423256022322344771
Binary110011010111100100110101011100100101101010011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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