Html Css Color HEX #64A394 Keppel

📋 copy color: '#64A394'

red 100 ◦ green 163 ◦ blue 148

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

Shades of Keppel #64A394

Tints of Keppel #64A394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.66%

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 24.33%
G = 39.66%
B = 36.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#64A394 (or 0x64A394) is known color: Keppel. HEX triplet: 64, A3 and 94. RGB value is (100,163,148). Sum of RGB (Red+Green+Blue) = 100+163+148=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 163 - color contains mainly: green. Hex color #64A394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A394 is #9B5C6B. Grayscale: #8E8E8E. Windows color (decimal): -10181740 or 9741156. OLE color: 9741156.

HSL color Cylindrical-coordinate representation of color #64A394: hue angle of 165.71º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A394 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 163 148 -
CMYK 0.39 0 0.09 0.36
HSL 165.71º 0.26% 0.52% -
HSV(B) 165.71º 0.39% 0.64% -
XYZ 23.7 31.04 32.76 -
YUV 142.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 100 163 148 0.39 0 0.09 0.36 165.71 0.26 0.52
Hex 64 A3 94 27 0 9 24 A6 1A 34
Octal 144 243 224 47 0 11 44 246 32 64
Binary 1100100 10100011 10010100 100111 0 1001 100100 10100110 11010 110100

Color Harmonies of #64A394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A394

Black with #64A394

Text Example


Text Example

White with #64A394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,163,148); }

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

background-color css

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

 a { background-color: rgb(100,163,148); }

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

border-color css

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

 span { border-color: rgb(100,163,148); }

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