Html Css Color HEX #64F69C Medium Aquamarine

📋 copy color: '#64F69C'

red 100 ◦ green 246 ◦ blue 156

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

Shades of Medium Aquamarine #64F69C

Tints of Medium Aquamarine #64F69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 19.92%
G = 49%
B = 31.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#64F69C (or 0x64F69C) is known color: Medium Aquamarine. HEX triplet: 64, F6 and 9C. RGB value is (100,246,156). Sum of RGB (Red+Green+Blue) = 100+246+156=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #64F69C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F69C is #9B0963. Grayscale: #C0C0C0. Windows color (decimal): -10160484 or 10286692. OLE color: 10286692.

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

Color convert

RGB 100 246 156 -
CMYK 0.59 0 0.37 0.04
HSL 143.01º 0.89% 0.68% -
HSV(B) 143.01º 0.59% 0.96% -
XYZ 44.21 71.02 42.83 -
YUV 192.09 107.63 62.32 -
System Red Green Blue C M Y K H S L
Decimal 100 246 156 0.59 0 0.37 0.04 143.01 0.89 0.68
Hex 64 F6 9C 3B 0 25 4 8F 59 44
Octal 144 366 234 73 0 45 4 217 131 104
Binary 1100100 11110110 10011100 111011 0 100101 100 10001111 1011001 1000100

Color Harmonies of #64F69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F69C

Black with #64F69C

Text Example


Text Example

White with #64F69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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