Html Css Color HEX #64D2B1 Medium Aquamarine

📋 copy color: '#64D2B1'

red 100 ◦ green 210 ◦ blue 177

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

Shades of Medium Aquamarine #64D2B1

Tints of Medium Aquamarine #64D2B1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 20.53%
G = 43.12%
B = 36.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#64D2B1 (or 0x64D2B1) is known color: Medium Aquamarine. HEX triplet: 64, D2 and B1. RGB value is (100,210,177). Sum of RGB (Red+Green+Blue) = 100+210+177=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #64D2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D2B1 is #9B2D4E. Grayscale: #ADADAD. Windows color (decimal): -10169679 or 11653732. OLE color: 11653732.

HSL color Cylindrical-coordinate representation of color #64D2B1: hue angle of 162º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D2B1 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 210 177 -
CMYK 0.52 0 0.16 0.18
HSL 162º 0.55% 0.61% -
HSV(B) 162º 0.52% 0.82% -
XYZ 36.24 51.98 49.72 -
YUV 173.35 130.06 75.68 -
System Red Green Blue C M Y K H S L
Decimal 100 210 177 0.52 0 0.16 0.18 162 0.55 0.61
Hex 64 D2 B1 34 0 10 12 A2 37 3D
Octal 144 322 261 64 0 20 22 242 67 75
Binary 1100100 11010010 10110001 110100 0 10000 10010 10100010 110111 111101

Color Harmonies of #64D2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D2B1

Black with #64D2B1

Text Example


Text Example

White with #64D2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,210,177); }

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

background-color css

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

 a { background-color: rgb(100,210,177); }

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

border-color css

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

 span { border-color: rgb(100,210,177); }

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