Html Css Color HEX #78FFE1 Aquamarine

📋 copy color: '#78FFE1'

red 120 ◦ green 255 ◦ blue 225

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

Shades of Aquamarine #78FFE1

Tints of Aquamarine #78FFE1

RGB

 RED value IS 120 (47.27% from 255) = 20%

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

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

R = 20%
G = 42.5%
B = 37.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#78FFE1 (or 0x78FFE1) is known color: Aquamarine. HEX triplet: 78, FF and E1. RGB value is (120,255,225). Sum of RGB (Red+Green+Blue) = 120+255+225=600 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFE1 is #87001E. Grayscale: #D3D3D3. Windows color (decimal): -8847391 or 14811000. OLE color: 14811000.

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

Color convert

RGB 120 255 225 -
CMYK 0.53 0 0.12 0
HSL 166.67º 1% 0.74% -
HSV(B) 166.67º 0.53% 1% -
XYZ 57.1 80.95 83.85 -
YUV 211.22 135.77 62.94 -
System Red Green Blue C M Y K H S L
Decimal 120 255 225 0.53 0 0.12 0 166.67 1 0.74
Hex 78 FF E1 35 0 C 0 A7 64 4A
Octal 170 377 341 65 0 14 0 247 144 112
Binary 1111000 11111111 11100001 110101 0 1100 0 10100111 1100100 1001010

Color Harmonies of #78FFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FFE1

Black with #78FFE1

Text Example


Text Example

White with #78FFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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