Html Css Color HEX #64F8AB Medium Aquamarine

📋 copy color: '#64F8AB'

red 100 ◦ green 248 ◦ blue 171

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

Shades of Medium Aquamarine #64F8AB

Tints of Medium Aquamarine #64F8AB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.78%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 19.27%
G = 47.78%
B = 32.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#64F8AB (or 0x64F8AB) is known color: Medium Aquamarine. HEX triplet: 64, F8 and AB. RGB value is (100,248,171). Sum of RGB (Red+Green+Blue) = 100+248+171=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #64F8AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F8AB is #9B0754. Grayscale: #C3C3C3. Windows color (decimal): -10159957 or 11270244. OLE color: 11270244.

HSL color Cylindrical-coordinate representation of color #64F8AB: hue angle of 148.78º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F8AB is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 248 171 -
CMYK 0.60 0 0.31 0.03
HSL 148.78º 0.91% 0.68% -
HSV(B) 148.78º 0.6% 0.97% -
XYZ 46.17 72.78 50.14 -
YUV 194.97 114.47 60.26 -
System Red Green Blue C M Y K H S L
Decimal 100 248 171 0.60 0 0.31 0.03 148.78 0.91 0.68
Hex 64 F8 AB 3C 0 1F 3 95 5B 44
Octal 144 370 253 74 0 37 3 225 133 104
Binary 1100100 11111000 10101011 111100 0 11111 11 10010101 1011011 1000100

Color Harmonies of #64F8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F8AB

Black with #64F8AB

Text Example


Text Example

White with #64F8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,248,171); }

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

background-color css

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

 a { background-color: rgb(100,248,171); }

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

border-color css

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

 span { border-color: rgb(100,248,171); }

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