Html Css Color HEX #64EEB5 Medium Aquamarine

📋 copy color: '#64EEB5'

red 100 ◦ green 238 ◦ blue 181

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

Shades of Medium Aquamarine #64EEB5

Tints of Medium Aquamarine #64EEB5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.86%

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

R = 19.27%
G = 45.86%
B = 34.87%

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

#64EEB5 (or 0x64EEB5) is known color: Medium Aquamarine. HEX triplet: 64, EE and B5. RGB value is (100,238,181). Sum of RGB (Red+Green+Blue) = 100+238+181=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EEB5 is #9B114A. Grayscale: #BEBEBE. Windows color (decimal): -10162507 or 11923044. OLE color: 11923044.

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

Color convert

RGB 100 238 181 -
CMYK 0.58 0 0.24 0.07
HSL 155.22º 0.8% 0.66% -
HSV(B) 155.22º 0.58% 0.93% -
XYZ 44.17 67.19 54.36 -
YUV 190.24 122.78 63.63 -
System Red Green Blue C M Y K H S L
Decimal 100 238 181 0.58 0 0.24 0.07 155.22 0.8 0.66
Hex 64 EE B5 3A 0 18 7 9B 50 42
Octal 144 356 265 72 0 30 7 233 120 102
Binary 1100100 11101110 10110101 111010 0 11000 111 10011011 1010000 1000010

Color Harmonies of #64EEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EEB5

Black with #64EEB5

Text Example


Text Example

White with #64EEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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