Html Css Color HEX #64B4A3 Keppel

📋 copy color: '#64B4A3'

red 100 ◦ green 180 ◦ blue 163

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

Shades of Keppel #64B4A3

Tints of Keppel #64B4A3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

 BLUE value IS 163 (64.06% from 255) = 36.79%

R = 22.57%
G = 40.63%
B = 36.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#64B4A3 (or 0x64B4A3) is known color: Keppel. HEX triplet: 64, B4 and A3. RGB value is (100,180,163). Sum of RGB (Red+Green+Blue) = 100+180+163=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #64B4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B4A3 is #9B4B5C. Grayscale: #9A9A9A. Windows color (decimal): -10177373 or 10728548. OLE color: 10728548.

HSL color Cylindrical-coordinate representation of color #64B4A3: hue angle of 167.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B4A3 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 180 163 -
CMYK 0.44 0 0.09 0.29
HSL 167.25º 0.35% 0.55% -
HSV(B) 167.25º 0.44% 0.71% -
XYZ 28.19 38 40.5 -
YUV 154.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 100 180 163 0.44 0 0.09 0.29 167.25 0.35 0.55
Hex 64 B4 A3 2C 0 9 1D A7 23 37
Octal 144 264 243 54 0 11 35 247 43 67
Binary 1100100 10110100 10100011 101100 0 1001 11101 10100111 100011 110111

Color Harmonies of #64B4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B4A3

Black with #64B4A3

Text Example


Text Example

White with #64B4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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