Html Css Color HEX #78DCAB Medium Aquamarine

📋 copy color: '#78DCAB'

red 120 ◦ green 220 ◦ blue 171

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

Shades of Medium Aquamarine #78DCAB

Tints of Medium Aquamarine #78DCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 23.48%
G = 43.05%
B = 33.46%

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

#78DCAB (or 0x78DCAB) is known color: Medium Aquamarine. HEX triplet: 78, DC and AB. RGB value is (120,220,171). Sum of RGB (Red+Green+Blue) = 120+220+171=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DCAB is #872354. Grayscale: #B8B8B8. Windows color (decimal): -8856405 or 11263096. OLE color: 11263096.

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

Color convert

RGB 120 220 171 -
CMYK 0.45 0 0.22 0.14
HSL 150.6º 0.59% 0.67% -
HSV(B) 150.6º 0.45% 0.86% -
XYZ 40.69 58.12 47.6 -
YUV 184.51 120.37 81.98 -
System Red Green Blue C M Y K H S L
Decimal 120 220 171 0.45 0 0.22 0.14 150.6 0.59 0.67
Hex 78 DC AB 2D 0 16 E 97 3B 43
Octal 170 334 253 55 0 26 16 227 73 103
Binary 1111000 11011100 10101011 101101 0 10110 1110 10010111 111011 1000011

Color Harmonies of #78DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DCAB

Black with #78DCAB

Text Example


Text Example

White with #78DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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