Html Css Color HEX #64C09F Keppel

📋 copy color: '#64C09F'

red 100 ◦ green 192 ◦ blue 159

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

Shades of Keppel #64C09F

Tints of Keppel #64C09F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 22.17%
G = 42.57%
B = 35.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#64C09F (or 0x64C09F) is known color: Keppel. HEX triplet: 64, C0 and 9F. RGB value is (100,192,159). Sum of RGB (Red+Green+Blue) = 100+192+159=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #64C09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C09F is #9B3F60. Grayscale: #A0A0A0. Windows color (decimal): -10174305 or 10469476. OLE color: 10469476.

HSL color Cylindrical-coordinate representation of color #64C09F: hue angle of 158.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C09F is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 192 159 -
CMYK 0.48 0 0.17 0.25
HSL 158.48º 0.42% 0.57% -
HSV(B) 158.48º 0.48% 0.75% -
XYZ 30.36 42.91 39.48 -
YUV 160.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 100 192 159 0.48 0 0.17 0.25 158.48 0.42 0.57
Hex 64 C0 9F 30 0 11 19 9E 2A 39
Octal 144 300 237 60 0 21 31 236 52 71
Binary 1100100 11000000 10011111 110000 0 10001 11001 10011110 101010 111001

Color Harmonies of #64C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C09F

Black with #64C09F

Text Example


Text Example

White with #64C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,159); }

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

background-color css

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

 a { background-color: rgb(100,192,159); }

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

border-color css

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

 span { border-color: rgb(100,192,159); }

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