Html Css Color HEX #78EDD5 Aquamarine

📋 copy color: '#78EDD5'

red 120 ◦ green 237 ◦ blue 213

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

Shades of Aquamarine #78EDD5

Tints of Aquamarine #78EDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.37%

R = 21.05%
G = 41.58%
B = 37.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#78EDD5 (or 0x78EDD5) is known color: Aquamarine. HEX triplet: 78, ED and D5. RGB value is (120,237,213). Sum of RGB (Red+Green+Blue) = 120+237+213=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDD5 is #87122A. Grayscale: #C7C7C7. Windows color (decimal): -8852011 or 14019960. OLE color: 14019960.

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

Color convert

RGB 120 237 213 -
CMYK 0.49 0 0.10 0.07
HSL 167.69º 0.76% 0.7% -
HSV(B) 167.69º 0.49% 0.93% -
XYZ 50.04 69.37 73.7 -
YUV 199.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 120 237 213 0.49 0 0.10 0.07 167.69 0.76 0.7
Hex 78 ED D5 31 0 A 7 A8 4C 46
Octal 170 355 325 61 0 12 7 250 114 106
Binary 1111000 11101101 11010101 110001 0 1010 111 10101000 1001100 1000110

Color Harmonies of #78EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDD5

Black with #78EDD5

Text Example


Text Example

White with #78EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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