Html Css Color HEX #64ECB0 Medium Aquamarine

📋 copy color: '#64ECB0'

red 100 ◦ green 236 ◦ blue 176

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

Shades of Medium Aquamarine #64ECB0

Tints of Medium Aquamarine #64ECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.09%

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 19.53%
G = 46.09%
B = 34.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#64ECB0 (or 0x64ECB0) is known color: Medium Aquamarine. HEX triplet: 64, EC and B0. RGB value is (100,236,176). Sum of RGB (Red+Green+Blue) = 100+236+176=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ECB0 is #9B134F. Grayscale: #BCBCBC. Windows color (decimal): -10163024 or 11594852. OLE color: 11594852.

HSL color Cylindrical-coordinate representation of color #64ECB0: hue angle of 153.53º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECB0 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 176 -
CMYK 0.58 0 0.25 0.07
HSL 153.53º 0.78% 0.66% -
HSV(B) 153.53º 0.58% 0.93% -
XYZ 43.09 65.83 51.51 -
YUV 188.5 120.94 64.88 -
System Red Green Blue C M Y K H S L
Decimal 100 236 176 0.58 0 0.25 0.07 153.53 0.78 0.66
Hex 64 EC B0 3A 0 19 7 9A 4E 42
Octal 144 354 260 72 0 31 7 232 116 102
Binary 1100100 11101100 10110000 111010 0 11001 111 10011010 1001110 1000010

Color Harmonies of #64ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECB0

Black with #64ECB0

Text Example


Text Example

White with #64ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,236,176); }

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

background-color css

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

 a { background-color: rgb(100,236,176); }

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

border-color css

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

 span { border-color: rgb(100,236,176); }

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