Html Css Color HEX #64EAB3 Medium Aquamarine

📋 copy color: '#64EAB3'

red 100 ◦ green 234 ◦ blue 179

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

Shades of Medium Aquamarine #64EAB3

Tints of Medium Aquamarine #64EAB3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.61%

 BLUE value IS 179 (70.31% from 255) = 34.89%

R = 19.49%
G = 45.61%
B = 34.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#64EAB3 (or 0x64EAB3) is known color: Medium Aquamarine. HEX triplet: 64, EA and B3. RGB value is (100,234,179). Sum of RGB (Red+Green+Blue) = 100+234+179=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EAB3 is #9B154C. Grayscale: #BBBBBB. Windows color (decimal): -10163533 or 11790948. OLE color: 11790948.

HSL color Cylindrical-coordinate representation of color #64EAB3: hue angle of 155.37º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EAB3 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 234 179 -
CMYK 0.57 0 0.24 0.08
HSL 155.37º 0.76% 0.65% -
HSV(B) 155.37º 0.57% 0.92% -
XYZ 42.82 64.81 52.9 -
YUV 187.66 123.11 65.47 -
System Red Green Blue C M Y K H S L
Decimal 100 234 179 0.57 0 0.24 0.08 155.37 0.76 0.65
Hex 64 EA B3 39 0 18 8 9B 4C 41
Octal 144 352 263 71 0 30 10 233 114 101
Binary 1100100 11101010 10110011 111001 0 11000 1000 10011011 1001100 1000001

Color Harmonies of #64EAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EAB3

Black with #64EAB3

Text Example


Text Example

White with #64EAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,234,179); }

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

background-color css

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

 a { background-color: rgb(100,234,179); }

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

border-color css

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

 span { border-color: rgb(100,234,179); }

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