Html Css Color HEX #78ECDB Aquamarine

📋 copy color: '#78ECDB'

red 120 ◦ green 236 ◦ blue 219

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

Shades of Aquamarine #78ECDB

Tints of Aquamarine #78ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.04%

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 20.87%
G = 41.04%
B = 38.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#78ECDB (or 0x78ECDB) is known color: Aquamarine. HEX triplet: 78, EC and DB. RGB value is (120,236,219). Sum of RGB (Red+Green+Blue) = 120+236+219=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78ECDB is #871324. Grayscale: #C7C7C7. Windows color (decimal): -8852261 or 14412920. OLE color: 14412920.

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

Color convert

RGB 120 236 219 -
CMYK 0.49 0 0.07 0.07
HSL 171.21º 0.75% 0.7% -
HSV(B) 171.21º 0.49% 0.93% -
XYZ 50.53 69.1 77.69 -
YUV 199.38 139.07 71.38 -
System Red Green Blue C M Y K H S L
Decimal 120 236 219 0.49 0 0.07 0.07 171.21 0.75 0.7
Hex 78 EC DB 31 0 7 7 AB 4B 46
Octal 170 354 333 61 0 7 7 253 113 106
Binary 1111000 11101100 11011011 110001 0 111 111 10101011 1001011 1000110

Color Harmonies of #78ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ECDB

Black with #78ECDB

Text Example


Text Example

White with #78ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,236,219); }

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

background-color css

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

 a { background-color: rgb(120,236,219); }

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

border-color css

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

 span { border-color: rgb(120,236,219); }

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