Html Css Color HEX #64F6B1 Medium Aquamarine

📋 copy color: '#64F6B1'

red 100 ◦ green 246 ◦ blue 177

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

Shades of Medium Aquamarine #64F6B1

Tints of Medium Aquamarine #64F6B1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.04%

 BLUE value IS 177 (69.53% from 255) = 33.84%

R = 19.12%
G = 47.04%
B = 33.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#64F6B1 (or 0x64F6B1) is known color: Medium Aquamarine. HEX triplet: 64, F6 and B1. RGB value is (100,246,177). Sum of RGB (Red+Green+Blue) = 100+246+177=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F6B1 is #9B094E. Grayscale: #C2C2C2. Windows color (decimal): -10160463 or 11662948. OLE color: 11662948.

HSL color Cylindrical-coordinate representation of color #64F6B1: hue angle of 151.64º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6B1 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 246 177 -
CMYK 0.59 0 0.28 0.04
HSL 151.64º 0.89% 0.68% -
HSV(B) 151.64º 0.59% 0.96% -
XYZ 46.15 71.8 53.02 -
YUV 194.48 118.13 60.61 -
System Red Green Blue C M Y K H S L
Decimal 100 246 177 0.59 0 0.28 0.04 151.64 0.89 0.68
Hex 64 F6 B1 3B 0 1C 4 98 59 44
Octal 144 366 261 73 0 34 4 230 131 104
Binary 1100100 11110110 10110001 111011 0 11100 100 10011000 1011001 1000100

Color Harmonies of #64F6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F6B1

Black with #64F6B1

Text Example


Text Example

White with #64F6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,246,177); }

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

background-color css

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

 a { background-color: rgb(100,246,177); }

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

border-color css

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

 span { border-color: rgb(100,246,177); }

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