Html Css Color HEX #78C2A2 Medium Aquamarine

📋 copy color: '#78C2A2'

red 120 ◦ green 194 ◦ blue 162

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

Shades of Medium Aquamarine #78C2A2

Tints of Medium Aquamarine #78C2A2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 25.21%
G = 40.76%
B = 34.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#78C2A2 (or 0x78C2A2) is known color: Medium Aquamarine. HEX triplet: 78, C2 and A2. RGB value is (120,194,162). Sum of RGB (Red+Green+Blue) = 120+194+162=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #78C2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C2A2 is #873D5D. Grayscale: #A8A8A8. Windows color (decimal): -8863070 or 10666616. OLE color: 10666616.

HSL color Cylindrical-coordinate representation of color #78C2A2: hue angle of 154.05º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C2A2 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 194 162 -
CMYK 0.38 0 0.16 0.24
HSL 154.05º 0.38% 0.62% -
HSV(B) 154.05º 0.38% 0.76% -
XYZ 33.56 45.19 41.14 -
YUV 168.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 120 194 162 0.38 0 0.16 0.24 154.05 0.38 0.62
Hex 78 C2 A2 26 0 10 18 9A 26 3E
Octal 170 302 242 46 0 20 30 232 46 76
Binary 1111000 11000010 10100010 100110 0 10000 11000 10011010 100110 111110

Color Harmonies of #78C2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C2A2

Black with #78C2A2

Text Example


Text Example

White with #78C2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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