Html Css Color HEX #64BC99 Keppel

📋 copy color: '#64BC99'

red 100 ◦ green 188 ◦ blue 153

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

Shades of Keppel #64BC99

Tints of Keppel #64BC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

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

R = 22.68%
G = 42.63%
B = 34.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#64BC99 (or 0x64BC99) is known color: Keppel. HEX triplet: 64, BC and 99. RGB value is (100,188,153). Sum of RGB (Red+Green+Blue) = 100+188+153=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BC99 is #9B4366. Grayscale: #9D9D9D. Windows color (decimal): -10175335 or 10075236. OLE color: 10075236.

HSL color Cylindrical-coordinate representation of color #64BC99: hue angle of 156.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC99 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 153 -
CMYK 0.47 0 0.19 0.26
HSL 156.14º 0.4% 0.56% -
HSV(B) 156.14º 0.47% 0.74% -
XYZ 28.99 40.98 36.52 -
YUV 157.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 100 188 153 0.47 0 0.19 0.26 156.14 0.4 0.56
Hex 64 BC 99 2F 0 13 1A 9C 28 38
Octal 144 274 231 57 0 23 32 234 50 70
Binary 1100100 10111100 10011001 101111 0 10011 11010 10011100 101000 111000

Color Harmonies of #64BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC99

Black with #64BC99

Text Example


Text Example

White with #64BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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