Html Css Color HEX #64F6B2 Medium Aquamarine

📋 copy color: '#64F6B2'

red 100 ◦ green 246 ◦ blue 178

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

Shades of Medium Aquamarine #64F6B2

Tints of Medium Aquamarine #64F6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 19.08%
G = 46.95%
B = 33.97%

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

#64F6B2 (or 0x64F6B2) is known color: Medium Aquamarine. HEX triplet: 64, F6 and B2. RGB value is (100,246,178). Sum of RGB (Red+Green+Blue) = 100+246+178=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F6B2 is #9B094D. Grayscale: #C2C2C2. Windows color (decimal): -10160462 or 11728484. OLE color: 11728484.

HSL color Cylindrical-coordinate representation of color #64F6B2: hue angle of 152.05º 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 #64F6B2 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 246 178 -
CMYK 0.59 0 0.28 0.04
HSL 152.05º 0.89% 0.68% -
HSV(B) 152.05º 0.59% 0.96% -
XYZ 46.25 71.84 53.55 -
YUV 194.59 118.63 60.53 -
System Red Green Blue C M Y K H S L
Decimal 100 246 178 0.59 0 0.28 0.04 152.05 0.89 0.68
Hex 64 F6 B2 3B 0 1C 4 98 59 44
Octal 144 366 262 73 0 34 4 230 131 104
Binary 1100100 11110110 10110010 111011 0 11100 100 10011000 1011001 1000100

Color Harmonies of #64F6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F6B2

Black with #64F6B2

Text Example


Text Example

White with #64F6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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