#64BDA4

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

Shades of Keppel #64BDA4

Tints of Keppel #64BDA4

Color information

#64BDA4 (or 0x64BDA4) is unknown color: approx Keppel. HEX triplet: 64, BD and A4. RGB value is (100,189,164). Sum of RGB (Red+Green+Blue) = 100+189+164=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #64BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BDA4 is #9B425B. Grayscale: #9F9F9F. Windows color (decimal): -10175068 or 10796388. OLE color: 10796388.

HSL color Cylindrical-coordinate representation of color #64BDA4: hue angle of 163.15º 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 #64BDA4 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB100189164-
CMYK0.4700.130.26
HSL163.15º40.27%56.67%-
HSV(B)163.15º47.09%74.12%-
XYZ30.1541.7841.6-
YUV159.54130.5185.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=22.08%
G=41.72%
B=36.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001891640.4700.130.26163.1540.2756.67
Hex64BDA42F0D1Aa32839
Octal14427524457015322435071
Binary11001001011110110100100101111011011101010100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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