Html Css Color HEX #64FED7 Aquamarine

📋 copy color: '#64FED7'

red 100 ◦ green 254 ◦ blue 215

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

Shades of Aquamarine #64FED7

Tints of Aquamarine #64FED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.79%

R = 17.57%
G = 44.64%
B = 37.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#64FED7 (or 0x64FED7) is known color: Aquamarine. HEX triplet: 64, FE and D7. RGB value is (100,254,215). Sum of RGB (Red+Green+Blue) = 100+254+215=569 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.57% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #64FED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FED7 is #9B0128. Grayscale: #CBCBCB. Windows color (decimal): -10158377 or 14155364. OLE color: 14155364.

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

Color convert

RGB 100 254 215 -
CMYK 0.61 0 0.15 0.00
HSL 164.81º 0.99% 0.69% -
HSV(B) 164.81º 0.61% 1% -
XYZ 52.96 78.5 76.65 -
YUV 203.51 134.48 54.17 -
System Red Green Blue C M Y K H S L
Decimal 100 254 215 0.61 0 0.15 0.00 164.81 0.99 0.69
Hex 64 FE D7 3D 0 F 0 A5 63 45
Octal 144 376 327 75 0 17 0 245 143 105
Binary 1100100 11111110 11010111 111101 0 1111 0 10100101 1100011 1000101

Color Harmonies of #64FED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FED7

Black with #64FED7

Text Example


Text Example

White with #64FED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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