Html Css Color HEX #78D2A8 Medium Aquamarine

📋 copy color: '#78D2A8'

red 120 ◦ green 210 ◦ blue 168

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

Shades of Medium Aquamarine #78D2A8

Tints of Medium Aquamarine #78D2A8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

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

R = 24.1%
G = 42.17%
B = 33.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#78D2A8 (or 0x78D2A8) is known color: Medium Aquamarine. HEX triplet: 78, D2 and A8. RGB value is (120,210,168). Sum of RGB (Red+Green+Blue) = 120+210+168=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #78D2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D2A8 is #872D57. Grayscale: #B2B2B2. Windows color (decimal): -8858968 or 11063928. OLE color: 11063928.

HSL color Cylindrical-coordinate representation of color #78D2A8: hue angle of 152º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D2A8 is Cyan = 0.43, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 210 168 -
CMYK 0.43 0 0.2 0.18
HSL 152º 0.5% 0.65% -
HSV(B) 152º 0.43% 0.82% -
XYZ 37.86 52.91 45.26 -
YUV 178.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 120 210 168 0.43 0 0.2 0.18 152 0.5 0.65
Hex 78 D2 A8 2B 0 14 12 98 32 41
Octal 170 322 250 53 0 24 22 230 62 101
Binary 1111000 11010010 10101000 101011 0 10100 10010 10011000 110010 1000001

Color Harmonies of #78D2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D2A8

Black with #78D2A8

Text Example


Text Example

White with #78D2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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