Html Css Color HEX #64BB99 Keppel

📋 copy color: '#64BB99'

red 100 ◦ green 187 ◦ blue 153

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

Shades of Keppel #64BB99

Tints of Keppel #64BB99

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.5%

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 22.73%
G = 42.5%
B = 34.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#64BB99 (or 0x64BB99) is known color: Keppel. HEX triplet: 64, BB and 99. RGB value is (100,187,153). Sum of RGB (Red+Green+Blue) = 100+187+153=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BB99 is #9B4466. Grayscale: #9D9D9D. Windows color (decimal): -10175591 or 10074980. OLE color: 10074980.

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

Color convert

RGB 100 187 153 -
CMYK 0.47 0 0.18 0.27
HSL 156.55º 0.39% 0.56% -
HSV(B) 156.55º 0.47% 0.73% -
XYZ 28.78 40.55 36.45 -
YUV 157.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 100 187 153 0.47 0 0.18 0.27 156.55 0.39 0.56
Hex 64 BB 99 2F 0 12 1B 9D 27 38
Octal 144 273 231 57 0 22 33 235 47 70
Binary 1100100 10111011 10011001 101111 0 10010 11011 10011101 100111 111000

Color Harmonies of #64BB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB99

Black with #64BB99

Text Example


Text Example

White with #64BB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,153); }

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

background-color css

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

 a { background-color: rgb(100,187,153); }

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

border-color css

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

 span { border-color: rgb(100,187,153); }

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