#66C0A3

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

Shades of Keppel #66C0A3

Tints of Keppel #66C0A3

Color information

#66C0A3 (or 0x66C0A3) is unknown color: approx Keppel. HEX triplet: 66, C0 and A3. RGB value is (102,192,163). Sum of RGB (Red+Green+Blue) = 102+192+163=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #66C0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C0A3 is #993F5C. Grayscale: #A1A1A1. Windows color (decimal): -10043229 or 10731622. OLE color: 10731622.

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

Color convert

RGB102192163-
CMYK0.4700.150.25
HSL160.67º41.67%57.65%-
HSV(B)160.67º46.88%75.29%-
XYZ30.9443.1741.35-
YUV161.78128.6885.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.32%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 163 (64.06% from 255) = 35.67%
R=22.32%
G=42.01%
B=35.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021921630.4700.150.25160.6741.6757.65
Hex66C0A32F0F19a12a3a
Octal14630024357017312415272
Binary11001101100000010100011101111011111100110100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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