Html Css Color HEX #64AD95 Keppel

📋 copy color: '#64AD95'

red 100 ◦ green 173 ◦ blue 149

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

Shades of Keppel #64AD95

Tints of Keppel #64AD95

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 23.7%
G = 41%
B = 35.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#64AD95 (or 0x64AD95) is known color: Keppel. HEX triplet: 64, AD and 95. RGB value is (100,173,149). Sum of RGB (Red+Green+Blue) = 100+173+149=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AD95 is #9B526A. Grayscale: #949494. Windows color (decimal): -10179179 or 9809252. OLE color: 9809252.

HSL color Cylindrical-coordinate representation of color #64AD95: hue angle of 160.27º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AD95 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 173 149 -
CMYK 0.42 0 0.14 0.32
HSL 160.27º 0.31% 0.54% -
HSV(B) 160.27º 0.42% 0.68% -
XYZ 25.62 34.77 33.79 -
YUV 148.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 100 173 149 0.42 0 0.14 0.32 160.27 0.31 0.54
Hex 64 AD 95 2A 0 E 20 A0 1F 36
Octal 144 255 225 52 0 16 40 240 37 66
Binary 1100100 10101101 10010101 101010 0 1110 100000 10100000 11111 110110

Color Harmonies of #64AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AD95

Black with #64AD95

Text Example


Text Example

White with #64AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,173,149); }

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

background-color css

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

 a { background-color: rgb(100,173,149); }

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

border-color css

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

 span { border-color: rgb(100,173,149); }

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