Html Css Color HEX #64B997 Keppel

📋 copy color: '#64B997'

red 100 ◦ green 185 ◦ blue 151

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

Shades of Keppel #64B997

Tints of Keppel #64B997

RGB

 RED value IS 100 (39.45% from 255) = 22.94%

 GREEN value IS 185 (72.66% from 255) = 42.43%

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 22.94%
G = 42.43%
B = 34.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#64B997 (or 0x64B997) is known color: Keppel. HEX triplet: 64, B9 and 97. RGB value is (100,185,151). Sum of RGB (Red+Green+Blue) = 100+185+151=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #64B997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B997 is #9B4668. Grayscale: #9B9B9B. Windows color (decimal): -10176105 or 9943396. OLE color: 9943396.

HSL color Cylindrical-coordinate representation of color #64B997: hue angle of 156º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B997 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 185 151 -
CMYK 0.46 0 0.18 0.27
HSL 156º 0.38% 0.56% -
HSV(B) 156º 0.46% 0.73% -
XYZ 28.19 39.64 35.44 -
YUV 155.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 100 185 151 0.46 0 0.18 0.27 156 0.38 0.56
Hex 64 B9 97 2E 0 12 1B 9C 26 38
Octal 144 271 227 56 0 22 33 234 46 70
Binary 1100100 10111001 10010111 101110 0 10010 11011 10011100 100110 111000

Color Harmonies of #64B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B997

Black with #64B997

Text Example


Text Example

White with #64B997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,185,151); }

 H1.HeaderClassName
 {
   color: #64B997;
 }
 .AnyTagClassName
 {
   color: #64B997;
 }
</style>

background-color css

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

 a { background-color: rgb(100,185,151); }

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

border-color css

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

 span { border-color: rgb(100,185,151); }

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