Html Css Color HEX #64BDA0 Keppel

📋 copy color: '#64BDA0'

red 100 ◦ green 189 ◦ blue 160

#64BDA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #64BDA0

Tints of Keppel #64BDA0

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 value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#64BDA0 (or 0x64BDA0) is known color: 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

RGB 100 189 160 -
CMYK 0.47 0 0.15 0.26
HSL 160.45º 0.4% 0.57% -
HSV(B) 160.45º 0.47% 0.74% -
XYZ 29.8 41.64 39.73 -
YUV 159.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 100 189 160 0.47 0 0.15 0.26 160.45 0.4 0.57
Hex 64 BD A0 2F 0 F 1A A0 28 39
Octal 144 275 240 57 0 17 32 240 50 71
Binary 1100100 10111101 10100000 101111 0 1111 11010 10100000 101000 111001

Color Harmonies of #64BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDA0

Black with #64BDA0

Text Example


Text Example

White with #64BDA0

Text Example


Text Example

HTML Codes & Css Web 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>