Html Css Color HEX #64D3B5 Medium Aquamarine

📋 copy color: '#64D3B5'

red 100 ◦ green 211 ◦ blue 181

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

Shades of Medium Aquamarine #64D3B5

Tints of Medium Aquamarine #64D3B5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 181 (71.09% from 255) = 36.79%

R = 20.33%
G = 42.89%
B = 36.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#64D3B5 (or 0x64D3B5) is known color: Medium Aquamarine. HEX triplet: 64, D3 and B5. RGB value is (100,211,181). Sum of RGB (Red+Green+Blue) = 100+211+181=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #64D3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D3B5 is #9B2C4A. Grayscale: #AEAEAE. Windows color (decimal): -10169419 or 11916132. OLE color: 11916132.

HSL color Cylindrical-coordinate representation of color #64D3B5: hue angle of 163.78º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D3B5 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 211 181 -
CMYK 0.53 0 0.14 0.17
HSL 163.78º 0.56% 0.61% -
HSV(B) 163.78º 0.53% 0.83% -
XYZ 36.89 52.63 51.93 -
YUV 174.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 100 211 181 0.53 0 0.14 0.17 163.78 0.56 0.61
Hex 64 D3 B5 35 0 E 11 A4 38 3D
Octal 144 323 265 65 0 16 21 244 70 75
Binary 1100100 11010011 10110101 110101 0 1110 10001 10100100 111000 111101

Color Harmonies of #64D3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D3B5

Black with #64D3B5

Text Example


Text Example

White with #64D3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,211,181); }

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

background-color css

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

 a { background-color: rgb(100,211,181); }

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

border-color css

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

 span { border-color: rgb(100,211,181); }

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