Html Css Color HEX #64FACC Aquamarine

📋 copy color: '#64FACC'

red 100 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #64FACC

Tints of Aquamarine #64FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 18.05%
G = 45.13%
B = 36.82%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#64FACC (or 0x64FACC) is known color: Aquamarine. HEX triplet: 64, FA and CC. RGB value is (100,250,204). Sum of RGB (Red+Green+Blue) = 100+250+204=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #64FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FACC is #9B0533. Grayscale: #C7C7C7. Windows color (decimal): -10159412 or 13433444. OLE color: 13433444.

HSL color Cylindrical-coordinate representation of color #64FACC: hue angle of 161.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 #64FACC is Cyan = 0.6, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 204 -
CMYK 0.6 0 0.18 0.02
HSL 161.6º 0.94% 0.69% -
HSV(B) 161.6º 0.6% 0.98% -
XYZ 50.34 75.44 69.03 -
YUV 199.91 130.31 56.74 -
System Red Green Blue C M Y K H S L
Decimal 100 250 204 0.6 0 0.18 0.02 161.6 0.94 0.69
Hex 64 FA CC 3C 0 12 2 A2 5E 45
Octal 144 372 314 74 0 22 2 242 136 105
Binary 1100100 11111010 11001100 111100 0 10010 10 10100010 1011110 1000101

Color Harmonies of #64FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FACC

Black with #64FACC

Text Example


Text Example

White with #64FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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