Html Css Color HEX #78EDD9 Aquamarine

📋 copy color: '#78EDD9'

red 120 ◦ green 237 ◦ blue 217

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

Shades of Aquamarine #78EDD9

Tints of Aquamarine #78EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.29%

 BLUE value IS 217 (85.16% from 255) = 37.8%

R = 20.91%
G = 41.29%
B = 37.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#78EDD9 (or 0x78EDD9) is known color: Aquamarine. HEX triplet: 78, ED and D9. RGB value is (120,237,217). Sum of RGB (Red+Green+Blue) = 120+237+217=574 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.91% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDD9 is #871226. Grayscale: #C7C7C7. Windows color (decimal): -8852007 or 14282104. OLE color: 14282104.

HSL color Cylindrical-coordinate representation of color #78EDD9: hue angle of 169.74º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDD9 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 237 217 -
CMYK 0.49 0 0.08 0.07
HSL 169.74º 0.76% 0.7% -
HSV(B) 169.74º 0.49% 0.93% -
XYZ 50.55 69.57 76.41 -
YUV 199.74 137.74 71.13 -
System Red Green Blue C M Y K H S L
Decimal 120 237 217 0.49 0 0.08 0.07 169.74 0.76 0.7
Hex 78 ED D9 31 0 8 7 AA 4C 46
Octal 170 355 331 61 0 10 7 252 114 106
Binary 1111000 11101101 11011001 110001 0 1000 111 10101010 1001100 1000110

Color Harmonies of #78EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDD9

Black with #78EDD9

Text Example


Text Example

White with #78EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,237,217); }

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

background-color css

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

 a { background-color: rgb(120,237,217); }

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

border-color css

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

 span { border-color: rgb(120,237,217); }

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