Html Css Color HEX #78EDDE Aquamarine

📋 copy color: '#78EDDE'

red 120 ◦ green 237 ◦ blue 222

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

Shades of Aquamarine #78EDDE

Tints of Aquamarine #78EDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.34%

R = 20.73%
G = 40.93%
B = 38.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#78EDDE (or 0x78EDDE) is known color: Aquamarine. HEX triplet: 78, ED and DE. RGB value is (120,237,222). Sum of RGB (Red+Green+Blue) = 120+237+222=579 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.73% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDDE is #871221. Grayscale: #C8C8C8. Windows color (decimal): -8852002 or 14609784. OLE color: 14609784.

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

Color convert

RGB 120 237 222 -
CMYK 0.49 0 0.06 0.07
HSL 172.31º 0.76% 0.7% -
HSV(B) 172.31º 0.49% 0.93% -
XYZ 51.21 69.84 79.89 -
YUV 200.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 120 237 222 0.49 0 0.06 0.07 172.31 0.76 0.7
Hex 78 ED DE 31 0 6 7 AC 4C 46
Octal 170 355 336 61 0 6 7 254 114 106
Binary 1111000 11101101 11011110 110001 0 110 111 10101100 1001100 1000110

Color Harmonies of #78EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDDE

Black with #78EDDE

Text Example


Text Example

White with #78EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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