#64BDA0

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

Shades of Keppel #64BDA0

Tints of Keppel #64BDA0

Color information

#64BDA0 (or 0x64BDA0) is unknown color: approx Keppel. HEX triplet: 64, BD and A0. RGB value is (100,189,160). Sum of RGB (Red+Green+Blue) = 100+189+160=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #64BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BDA0 is #9B425F. Grayscale: #9F9F9F. Windows color (decimal): -10175072 or 10534244. OLE color: 10534244.

HSL color Cylindrical-coordinate representation of color #64BDA0: hue angle of 160.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BDA0 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB100189160-
CMYK0.4700.150.26
HSL160.45º40.27%56.67%-
HSV(B)160.45º47.09%74.12%-
XYZ29.841.6439.72-
YUV159.08128.5185.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.27%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=22.27%
G=42.09%
B=35.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001891600.4700.150.26160.4540.2756.67
Hex64BDA02F0F1Aa02839
Octal14427524057017322405071
Binary11001001011110110100000101111011111101010100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BDA0; }

 p { color: rgb(100,189,160); }

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

<style>
 a { background-color: #64BDA0; }

 a { background-color: rgb(100,189,160); }

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

<style>
 span { border-color: #64BDA0; }

 span { border-color: rgb(100,189,160); }

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