Html Css Color HEX #78DBA1 Medium Aquamarine

📋 copy color: '#78DBA1'

red 120 ◦ green 219 ◦ blue 161

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

Shades of Medium Aquamarine #78DBA1

Tints of Medium Aquamarine #78DBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.2%

R = 24%
G = 43.8%
B = 32.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#78DBA1 (or 0x78DBA1) is known color: Medium Aquamarine. HEX triplet: 78, DB and A1. RGB value is (120,219,161). Sum of RGB (Red+Green+Blue) = 120+219+161=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBA1 is #87245E. Grayscale: #B6B6B6. Windows color (decimal): -8856671 or 10607480. OLE color: 10607480.

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

Color convert

RGB 120 219 161 -
CMYK 0.45 0 0.26 0.14
HSL 144.85º 0.58% 0.66% -
HSV(B) 144.85º 0.45% 0.86% -
XYZ 39.51 57.23 42.68 -
YUV 182.79 115.7 83.22 -
System Red Green Blue C M Y K H S L
Decimal 120 219 161 0.45 0 0.26 0.14 144.85 0.58 0.66
Hex 78 DB A1 2D 0 1A E 91 3A 42
Octal 170 333 241 55 0 32 16 221 72 102
Binary 1111000 11011011 10100001 101101 0 11010 1110 10010001 111010 1000010

Color Harmonies of #78DBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBA1

Black with #78DBA1

Text Example


Text Example

White with #78DBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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