Html Css Color HEX #64FEDF Aquamarine

📋 copy color: '#64FEDF'

red 100 ◦ green 254 ◦ blue 223

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

Shades of Aquamarine #64FEDF

Tints of Aquamarine #64FEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.02%

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 17.33%
G = 44.02%
B = 38.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#64FEDF (or 0x64FEDF) is known color: Aquamarine. HEX triplet: 64, FE and DF. RGB value is (100,254,223). Sum of RGB (Red+Green+Blue) = 100+254+223=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEDF is #9B0120. Grayscale: #CCCCCC. Windows color (decimal): -10158369 or 14679652. OLE color: 14679652.

HSL color Cylindrical-coordinate representation of color #64FEDF: hue angle of 167.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEDF is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 254 223 -
CMYK 0.61 0 0.12 0.00
HSL 167.92º 0.99% 0.69% -
HSV(B) 167.92º 0.61% 1% -
XYZ 54.02 78.92 82.2 -
YUV 204.42 138.48 53.52 -
System Red Green Blue C M Y K H S L
Decimal 100 254 223 0.61 0 0.12 0.00 167.92 0.99 0.69
Hex 64 FE DF 3D 0 C 0 A8 63 45
Octal 144 376 337 75 0 14 0 250 143 105
Binary 1100100 11111110 11011111 111101 0 1100 0 10101000 1100011 1000101

Color Harmonies of #64FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FEDF

Black with #64FEDF

Text Example


Text Example

White with #64FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,254,223); }

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

background-color css

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

 a { background-color: rgb(100,254,223); }

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

border-color css

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

 span { border-color: rgb(100,254,223); }

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