Html Css Color HEX #64B39C Keppel

📋 copy color: '#64B39C'

red 100 ◦ green 179 ◦ blue 156

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

Shades of Keppel #64B39C

Tints of Keppel #64B39C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.15%

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 22.99%
G = 41.15%
B = 35.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#64B39C (or 0x64B39C) is known color: Keppel. HEX triplet: 64, B3 and 9C. RGB value is (100,179,156). Sum of RGB (Red+Green+Blue) = 100+179+156=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #64B39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B39C is #9B4C63. Grayscale: #989898. Windows color (decimal): -10177636 or 10269540. OLE color: 10269540.

HSL color Cylindrical-coordinate representation of color #64B39C: hue angle of 162.53º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B39C is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 179 156 -
CMYK 0.44 0 0.13 0.30
HSL 162.53º 0.34% 0.55% -
HSV(B) 162.53º 0.44% 0.7% -
XYZ 27.38 37.35 37.22 -
YUV 152.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 100 179 156 0.44 0 0.13 0.30 162.53 0.34 0.55
Hex 64 B3 9C 2C 0 D 1E A3 22 37
Octal 144 263 234 54 0 15 36 243 42 67
Binary 1100100 10110011 10011100 101100 0 1101 11110 10100011 100010 110111

Color Harmonies of #64B39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B39C

Black with #64B39C

Text Example


Text Example

White with #64B39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,179,156); }

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

background-color css

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

 a { background-color: rgb(100,179,156); }

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

border-color css

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

 span { border-color: rgb(100,179,156); }

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