#66C1A0

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

Shades of Keppel #66C1A0

Tints of Keppel #66C1A0

Color information

#66C1A0 (or 0x66C1A0) is unknown color: approx Keppel. HEX triplet: 66, C1 and A0. RGB value is (102,193,160). Sum of RGB (Red+Green+Blue) = 102+193+160=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #66C1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C1A0 is #993E5F. Grayscale: #A2A2A2. Windows color (decimal): -10042976 or 10535270. OLE color: 10535270.

HSL color Cylindrical-coordinate representation of color #66C1A0: hue angle of 158.24º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C1A0 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB102193160-
CMYK0.4700.170.24
HSL158.24º42.33%57.84%-
HSV(B)158.24º47.15%75.69%-
XYZ30.8943.540.03-
YUV162.03126.8585.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.42%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=22.42%
G=42.42%
B=35.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021931600.4700.170.24158.2442.3357.84
Hex66C1A02F011189e2a3a
Octal14630124057021302365272
Binary110011011000001101000001011110100011100010011110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,193,160); }

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

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

 a { background-color: rgb(102,193,160); }

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

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

 span { border-color: rgb(102,193,160); }

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