Html Css Color HEX #64ECB4 Medium Aquamarine

📋 copy color: '#64ECB4'

red 100 ◦ green 236 ◦ blue 180

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

Shades of Medium Aquamarine #64ECB4

Tints of Medium Aquamarine #64ECB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 19.38%
G = 45.74%
B = 34.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#64ECB4 (or 0x64ECB4) is known color: Medium Aquamarine. HEX triplet: 64, EC and B4. RGB value is (100,236,180). Sum of RGB (Red+Green+Blue) = 100+236+180=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECB4 is #9B134B. Grayscale: #BDBDBD. Windows color (decimal): -10163020 or 11856996. OLE color: 11856996.

HSL color Cylindrical-coordinate representation of color #64ECB4: hue angle of 155.29º 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 #64ECB4 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 180 -
CMYK 0.58 0 0.24 0.07
HSL 155.29º 0.78% 0.66% -
HSV(B) 155.29º 0.58% 0.93% -
XYZ 43.49 66 53.63 -
YUV 188.95 122.94 64.55 -
System Red Green Blue C M Y K H S L
Decimal 100 236 180 0.58 0 0.24 0.07 155.29 0.78 0.66
Hex 64 EC B4 3A 0 18 7 9B 4E 42
Octal 144 354 264 72 0 30 7 233 116 102
Binary 1100100 11101100 10110100 111010 0 11000 111 10011011 1001110 1000010

Color Harmonies of #64ECB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECB4

Black with #64ECB4

Text Example


Text Example

White with #64ECB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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