Html Css Color HEX #64D8B3 Medium Aquamarine

📋 copy color: '#64D8B3'

red 100 ◦ green 216 ◦ blue 179

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

Shades of Medium Aquamarine #64D8B3

Tints of Medium Aquamarine #64D8B3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.64%

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 20.2%
G = 43.64%
B = 36.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#64D8B3 (or 0x64D8B3) is known color: Medium Aquamarine. HEX triplet: 64, D8 and B3. RGB value is (100,216,179). Sum of RGB (Red+Green+Blue) = 100+216+179=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #64D8B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D8B3 is #9B274C. Grayscale: #B1B1B1. Windows color (decimal): -10168141 or 11786340. OLE color: 11786340.

HSL color Cylindrical-coordinate representation of color #64D8B3: hue angle of 160.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D8B3 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 179 -
CMYK 0.54 0 0.17 0.15
HSL 160.86º 0.6% 0.62% -
HSV(B) 160.86º 0.54% 0.85% -
XYZ 37.95 55.08 51.28 -
YUV 177.1 129.07 73.01 -
System Red Green Blue C M Y K H S L
Decimal 100 216 179 0.54 0 0.17 0.15 160.86 0.6 0.62
Hex 64 D8 B3 36 0 11 F A1 3C 3E
Octal 144 330 263 66 0 21 17 241 74 76
Binary 1100100 11011000 10110011 110110 0 10001 1111 10100001 111100 111110

Color Harmonies of #64D8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D8B3

Black with #64D8B3

Text Example


Text Example

White with #64D8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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