#66BDA5

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

Shades of Keppel #66BDA5

Tints of Keppel #66BDA5

Color information

#66BDA5 (or 0x66BDA5) is unknown color: approx Keppel. HEX triplet: 66, BD and A5. RGB value is (102,189,165). Sum of RGB (Red+Green+Blue) = 102+189+165=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BDA5 is #99425A. Grayscale: #A0A0A0. Windows color (decimal): -10043995 or 10861926. OLE color: 10861926.

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

Color convert

RGB102189165-
CMYK0.4600.130.26
HSL163.45º39.73%57.06%-
HSV(B)163.45º46.03%74.12%-
XYZ30.4741.9442.09-
YUV160.25130.6886.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.37%
GREEN value IS 189 (74.22% from 255) = 41.45%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=22.37%
G=41.45%
B=36.18%

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
Decimal1021891650.4600.130.26163.4539.7357.06
Hex66BDA52E0D1Aa32839
Octal14627524556015322435071
Binary11001101011110110100101101110011011101010100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,165); }

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

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

 a { background-color: rgb(102,189,165); }

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

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

 span { border-color: rgb(102,189,165); }

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