Html Css Color HEX #78DCA2 Medium Aquamarine

📋 copy color: '#78DCA2'

red 120 ◦ green 220 ◦ blue 162

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

Shades of Medium Aquamarine #78DCA2

Tints of Medium Aquamarine #78DCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 162 (63.67% from 255) = 32.27%

R = 23.9%
G = 43.82%
B = 32.27%

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

#78DCA2 (or 0x78DCA2) is known color: Medium Aquamarine. HEX triplet: 78, DC and A2. RGB value is (120,220,162). Sum of RGB (Red+Green+Blue) = 120+220+162=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DCA2 is #87235D. Grayscale: #B7B7B7. Windows color (decimal): -8856414 or 10673272. OLE color: 10673272.

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

Color convert

RGB 120 220 162 -
CMYK 0.45 0 0.26 0.14
HSL 145.2º 0.59% 0.67% -
HSV(B) 145.2º 0.45% 0.86% -
XYZ 39.86 57.79 43.24 -
YUV 183.49 115.87 82.72 -
System Red Green Blue C M Y K H S L
Decimal 120 220 162 0.45 0 0.26 0.14 145.2 0.59 0.67
Hex 78 DC A2 2D 0 1A E 91 3B 43
Octal 170 334 242 55 0 32 16 221 73 103
Binary 1111000 11011100 10100010 101101 0 11010 1110 10010001 111011 1000011

Color Harmonies of #78DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DCA2

Black with #78DCA2

Text Example


Text Example

White with #78DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,220,162); }

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

background-color css

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

 a { background-color: rgb(120,220,162); }

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

border-color css

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

 span { border-color: rgb(120,220,162); }

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