Html Css Color HEX #64FCCC Aquamarine

📋 copy color: '#64FCCC'

red 100 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #64FCCC

Tints of Aquamarine #64FCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.32%

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

R = 17.99%
G = 45.32%
B = 36.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#64FCCC (or 0x64FCCC) is known color: Aquamarine. HEX triplet: 64, FC and CC. RGB value is (100,252,204). Sum of RGB (Red+Green+Blue) = 100+252+204=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCCC is #9B0333. Grayscale: #C9C9C9. Windows color (decimal): -10158900 or 13433956. OLE color: 13433956.

HSL color Cylindrical-coordinate representation of color #64FCCC: hue angle of 161.05º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCCC is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 252 204 -
CMYK 0.60 0 0.19 0.01
HSL 161.05º 0.96% 0.69% -
HSV(B) 161.05º 0.6% 0.99% -
XYZ 50.97 76.69 69.24 -
YUV 201.08 129.64 55.9 -
System Red Green Blue C M Y K H S L
Decimal 100 252 204 0.60 0 0.19 0.01 161.05 0.96 0.69
Hex 64 FC CC 3C 0 13 1 A1 60 45
Octal 144 374 314 74 0 23 1 241 140 105
Binary 1100100 11111100 11001100 111100 0 10011 1 10100001 1100000 1000101

Color Harmonies of #64FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FCCC

Black with #64FCCC

Text Example


Text Example

White with #64FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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