Html Css Color HEX #78DBA8 Medium Aquamarine

📋 copy color: '#78DBA8'

red 120 ◦ green 219 ◦ blue 168

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

Shades of Medium Aquamarine #78DBA8

Tints of Medium Aquamarine #78DBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.14%

R = 23.67%
G = 43.2%
B = 33.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#78DBA8 (or 0x78DBA8) is known color: Medium Aquamarine. HEX triplet: 78, DB and A8. RGB value is (120,219,168). Sum of RGB (Red+Green+Blue) = 120+219+168=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBA8 is #872457. Grayscale: #B7B7B7. Windows color (decimal): -8856664 or 11066232. OLE color: 11066232.

HSL color Cylindrical-coordinate representation of color #78DBA8: hue angle of 149.09º 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 #78DBA8 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 219 168 -
CMYK 0.45 0 0.23 0.14
HSL 149.09º 0.58% 0.66% -
HSV(B) 149.09º 0.45% 0.86% -
XYZ 40.15 57.48 46.03 -
YUV 183.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 120 219 168 0.45 0 0.23 0.14 149.09 0.58 0.66
Hex 78 DB A8 2D 0 17 E 95 3A 42
Octal 170 333 250 55 0 27 16 225 72 102
Binary 1111000 11011011 10101000 101101 0 10111 1110 10010101 111010 1000010

Color Harmonies of #78DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBA8

Black with #78DBA8

Text Example


Text Example

White with #78DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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