Html Css Color HEX #64FCD5 Aquamarine

📋 copy color: '#64FCD5'

red 100 ◦ green 252 ◦ blue 213

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

Shades of Aquamarine #64FCD5

Tints of Aquamarine #64FCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 17.7%
G = 44.6%
B = 37.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#64FCD5 (or 0x64FCD5) is known color: Aquamarine. HEX triplet: 64, FC and D5. RGB value is (100,252,213). Sum of RGB (Red+Green+Blue) = 100+252+213=565 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.70% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCD5 is #9B032A. Grayscale: #CACACA. Windows color (decimal): -10158891 or 14023780. OLE color: 14023780.

HSL color Cylindrical-coordinate representation of color #64FCD5: hue angle of 164.61º 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 #64FCD5 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 252 213 -
CMYK 0.60 0 0.15 0.01
HSL 164.61º 0.96% 0.69% -
HSV(B) 164.61º 0.6% 0.99% -
XYZ 52.08 77.13 75.09 -
YUV 202.11 134.14 55.17 -
System Red Green Blue C M Y K H S L
Decimal 100 252 213 0.60 0 0.15 0.01 164.61 0.96 0.69
Hex 64 FC D5 3C 0 F 1 A5 60 45
Octal 144 374 325 74 0 17 1 245 140 105
Binary 1100100 11111100 11010101 111100 0 1111 1 10100101 1100000 1000101

Color Harmonies of #64FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FCD5

Black with #64FCD5

Text Example


Text Example

White with #64FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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