Html Css Color HEX #64FAC7 Aquamarine

📋 copy color: '#64FAC7'

red 100 ◦ green 250 ◦ blue 199

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

Shades of Aquamarine #64FAC7

Tints of Aquamarine #64FAC7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.54%

 BLUE value IS 199 (78.13% from 255) = 36.25%

R = 18.21%
G = 45.54%
B = 36.25%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#64FAC7 (or 0x64FAC7) is known color: Aquamarine. HEX triplet: 64, FA and C7. RGB value is (100,250,199). Sum of RGB (Red+Green+Blue) = 100+250+199=549 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.21% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FAC7 is #9B0538. Grayscale: #C7C7C7. Windows color (decimal): -10159417 or 13105764. OLE color: 13105764.

HSL color Cylindrical-coordinate representation of color #64FAC7: hue angle of 159.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAC7 is Cyan = 0.6, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 199 -
CMYK 0.6 0 0.20 0.02
HSL 159.6º 0.94% 0.69% -
HSV(B) 159.6º 0.6% 0.98% -
XYZ 49.75 75.2 65.93 -
YUV 199.34 127.81 57.15 -
System Red Green Blue C M Y K H S L
Decimal 100 250 199 0.6 0 0.20 0.02 159.6 0.94 0.69
Hex 64 FA C7 3C 0 14 2 A0 5E 45
Octal 144 372 307 74 0 24 2 240 136 105
Binary 1100100 11111010 11000111 111100 0 10100 10 10100000 1011110 1000101

Color Harmonies of #64FAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAC7

Black with #64FAC7

Text Example


Text Example

White with #64FAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,250,199); }

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

background-color css

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

 a { background-color: rgb(100,250,199); }

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

border-color css

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

 span { border-color: rgb(100,250,199); }

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