Html Css Color HEX #64FFE1 Aquamarine

📋 copy color: '#64FFE1'

red 100 ◦ green 255 ◦ blue 225

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

Shades of Aquamarine #64FFE1

Tints of Aquamarine #64FFE1

RGB

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

 GREEN value IS 255 (100% from 255) = 43.97%

 BLUE value IS 225 (88.28% from 255) = 38.79%

R = 17.24%
G = 43.97%
B = 38.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#64FFE1 (or 0x64FFE1) is known color: Aquamarine. HEX triplet: 64, FF and E1. RGB value is (100,255,225). Sum of RGB (Red+Green+Blue) = 100+255+225=580 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.24% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFE1 is #9B001E. Grayscale: #CDCDCD. Windows color (decimal): -10158111 or 14810980. OLE color: 14810980.

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

Color convert

RGB 100 255 225 -
CMYK 0.61 0 0.12 0
HSL 168.39º 1% 0.7% -
HSV(B) 168.39º 0.61% 1% -
XYZ 54.61 79.67 83.73 -
YUV 205.24 139.15 52.94 -
System Red Green Blue C M Y K H S L
Decimal 100 255 225 0.61 0 0.12 0 168.39 1 0.7
Hex 64 FF E1 3D 0 C 0 A8 64 46
Octal 144 377 341 75 0 14 0 250 144 106
Binary 1100100 11111111 11100001 111101 0 1100 0 10101000 1100100 1000110

Color Harmonies of #64FFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FFE1

Black with #64FFE1

Text Example


Text Example

White with #64FFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,255,225); }

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

background-color css

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

 a { background-color: rgb(100,255,225); }

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

border-color css

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

 span { border-color: rgb(100,255,225); }

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