Html Css Color HEX #78DCA8 Medium Aquamarine

📋 copy color: '#78DCA8'

red 120 ◦ green 220 ◦ blue 168

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

Shades of Medium Aquamarine #78DCA8

Tints of Medium Aquamarine #78DCA8

RGB

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

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

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

R = 23.62%
G = 43.31%
B = 33.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#78DCA8 (or 0x78DCA8) is known color: Medium Aquamarine. HEX triplet: 78, DC and A8. RGB value is (120,220,168). Sum of RGB (Red+Green+Blue) = 120+220+168=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DCA8 is #872357. Grayscale: #B8B8B8. Windows color (decimal): -8856408 or 11066488. OLE color: 11066488.

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

Color convert

RGB 120 220 168 -
CMYK 0.45 0 0.24 0.14
HSL 148.8º 0.59% 0.67% -
HSV(B) 148.8º 0.45% 0.86% -
XYZ 40.41 58.01 46.11 -
YUV 184.17 118.87 82.23 -
System Red Green Blue C M Y K H S L
Decimal 120 220 168 0.45 0 0.24 0.14 148.8 0.59 0.67
Hex 78 DC A8 2D 0 18 E 95 3B 43
Octal 170 334 250 55 0 30 16 225 73 103
Binary 1111000 11011100 10101000 101101 0 11000 1110 10010101 111011 1000011

Color Harmonies of #78DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DCA8

Black with #78DCA8

Text Example


Text Example

White with #78DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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