#64BFA0

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

Shades of Keppel #64BFA0

Tints of Keppel #64BFA0

Color information

#64BFA0 (or 0x64BFA0) is unknown color: approx Keppel. HEX triplet: 64, BF and A0. RGB value is (100,191,160). Sum of RGB (Red+Green+Blue) = 100+191+160=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #64BFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BFA0 is #9B405F. Grayscale: #A0A0A0. Windows color (decimal): -10174560 or 10534756. OLE color: 10534756.

HSL color Cylindrical-coordinate representation of color #64BFA0: hue angle of 159.56º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BFA0 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB100191160-
CMYK0.4800.160.25
HSL159.56º41.55%57.06%-
HSV(B)159.56º47.64%74.9%-
XYZ30.2342.5139.87-
YUV160.26127.8585.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.17%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=22.17%
G=42.35%
B=35.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001911600.4800.160.25159.5641.5557.06
Hex64BFA03001019a02a39
Octal14427724060020312405271
Binary110010010111111101000001100000100001100110100000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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