Html Css Color HEX #64B998 Keppel

📋 copy color: '#64B998'

red 100 ◦ green 185 ◦ blue 152

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

Shades of Keppel #64B998

Tints of Keppel #64B998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 22.88%
G = 42.33%
B = 34.78%

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

#64B998 (or 0x64B998) is known color: Keppel. HEX triplet: 64, B9 and 98. RGB value is (100,185,152). Sum of RGB (Red+Green+Blue) = 100+185+152=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #64B998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B998 is #9B4667. Grayscale: #9B9B9B. Windows color (decimal): -10176104 or 10008932. OLE color: 10008932.

HSL color Cylindrical-coordinate representation of color #64B998: hue angle of 156.71º 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 #64B998 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 185 152 -
CMYK 0.46 0 0.18 0.27
HSL 156.71º 0.38% 0.56% -
HSV(B) 156.71º 0.46% 0.73% -
XYZ 28.27 39.67 35.87 -
YUV 155.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 100 185 152 0.46 0 0.18 0.27 156.71 0.38 0.56
Hex 64 B9 98 2E 0 12 1B 9D 26 38
Octal 144 271 230 56 0 22 33 235 46 70
Binary 1100100 10111001 10011000 101110 0 10010 11011 10011101 100110 111000

Color Harmonies of #64B998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B998

Black with #64B998

Text Example


Text Example

White with #64B998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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