Html Css Color HEX #78EDD1 Aquamarine

📋 copy color: '#78EDD1'

red 120 ◦ green 237 ◦ blue 209

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

Shades of Aquamarine #78EDD1

Tints of Aquamarine #78EDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.93%

R = 21.2%
G = 41.87%
B = 36.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#78EDD1 (or 0x78EDD1) is known color: Aquamarine. HEX triplet: 78, ED and D1. RGB value is (120,237,209). Sum of RGB (Red+Green+Blue) = 120+237+209=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDD1 is #87122E. Grayscale: #C6C6C6. Windows color (decimal): -8852015 or 13757816. OLE color: 13757816.

HSL color Cylindrical-coordinate representation of color #78EDD1: hue angle of 165.64º 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 #78EDD1 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 237 209 -
CMYK 0.49 0 0.12 0.07
HSL 165.64º 0.76% 0.7% -
HSV(B) 165.64º 0.49% 0.93% -
XYZ 49.54 69.16 71.06 -
YUV 198.83 133.74 71.78 -
System Red Green Blue C M Y K H S L
Decimal 120 237 209 0.49 0 0.12 0.07 165.64 0.76 0.7
Hex 78 ED D1 31 0 C 7 A6 4C 46
Octal 170 355 321 61 0 14 7 246 114 106
Binary 1111000 11101101 11010001 110001 0 1100 111 10100110 1001100 1000110

Color Harmonies of #78EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDD1

Black with #78EDD1

Text Example


Text Example

White with #78EDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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