Html Css Color HEX #78DCAC Medium Aquamarine

📋 copy color: '#78DCAC'

red 120 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #78DCAC

Tints of Medium Aquamarine #78DCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 23.44%
G = 42.97%
B = 33.59%

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

#78DCAC (or 0x78DCAC) is known color: Medium Aquamarine. HEX triplet: 78, DC and AC. RGB value is (120,220,172). Sum of RGB (Red+Green+Blue) = 120+220+172=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DCAC is #872353. Grayscale: #B8B8B8. Windows color (decimal): -8856404 or 11328632. OLE color: 11328632.

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

Color convert

RGB 120 220 172 -
CMYK 0.45 0 0.22 0.14
HSL 151.2º 0.59% 0.67% -
HSV(B) 151.2º 0.45% 0.86% -
XYZ 40.79 58.16 48.11 -
YUV 184.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 120 220 172 0.45 0 0.22 0.14 151.2 0.59 0.67
Hex 78 DC AC 2D 0 16 E 97 3B 43
Octal 170 334 254 55 0 26 16 227 73 103
Binary 1111000 11011100 10101100 101101 0 10110 1110 10010111 111011 1000011

Color Harmonies of #78DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DCAC

Black with #78DCAC

Text Example


Text Example

White with #78DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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