Html Css Color HEX #64C09E Keppel

📋 copy color: '#64C09E'

red 100 ◦ green 192 ◦ blue 158

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

Shades of Keppel #64C09E

Tints of Keppel #64C09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.11%

R = 22.22%
G = 42.67%
B = 35.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#64C09E (or 0x64C09E) is known color: Keppel. HEX triplet: 64, C0 and 9E. RGB value is (100,192,158). Sum of RGB (Red+Green+Blue) = 100+192+158=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #64C09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C09E is #9B3F61. Grayscale: #A0A0A0. Windows color (decimal): -10174306 or 10403940. OLE color: 10403940.

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

Color convert

RGB 100 192 158 -
CMYK 0.48 0 0.18 0.25
HSL 157.83º 0.42% 0.57% -
HSV(B) 157.83º 0.48% 0.75% -
XYZ 30.28 42.88 39.03 -
YUV 160.62 126.52 84.76 -
System Red Green Blue C M Y K H S L
Decimal 100 192 158 0.48 0 0.18 0.25 157.83 0.42 0.57
Hex 64 C0 9E 30 0 12 19 9E 2A 39
Octal 144 300 236 60 0 22 31 236 52 71
Binary 1100100 11000000 10011110 110000 0 10010 11001 10011110 101010 111001

Color Harmonies of #64C09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C09E

Black with #64C09E

Text Example


Text Example

White with #64C09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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