Html Css Color HEX #78DBAA Medium Aquamarine

📋 copy color: '#78DBAA'

red 120 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #78DBAA

Tints of Medium Aquamarine #78DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 23.58%
G = 43.03%
B = 33.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#78DBAA (or 0x78DBAA) is known color: Medium Aquamarine. HEX triplet: 78, DB and AA. RGB value is (120,219,170). Sum of RGB (Red+Green+Blue) = 120+219+170=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBAA is #872455. Grayscale: #B7B7B7. Windows color (decimal): -8856662 or 11197304. OLE color: 11197304.

HSL color Cylindrical-coordinate representation of color #78DBAA: hue angle of 150.3º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DBAA is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 219 170 -
CMYK 0.45 0 0.22 0.14
HSL 150.3º 0.58% 0.66% -
HSV(B) 150.3º 0.45% 0.86% -
XYZ 40.33 57.56 47.01 -
YUV 183.81 120.2 82.48 -
System Red Green Blue C M Y K H S L
Decimal 120 219 170 0.45 0 0.22 0.14 150.3 0.58 0.66
Hex 78 DB AA 2D 0 16 E 96 3A 42
Octal 170 333 252 55 0 26 16 226 72 102
Binary 1111000 11011011 10101010 101101 0 10110 1110 10010110 111010 1000010

Color Harmonies of #78DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBAA

Black with #78DBAA

Text Example


Text Example

White with #78DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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