Html Css Color HEX #78DAB0 Medium Aquamarine

📋 copy color: '#78DAB0'

red 120 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #78DAB0

Tints of Medium Aquamarine #78DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.41%

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 23.35%
G = 42.41%
B = 34.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#78DAB0 (or 0x78DAB0) is known color: Medium Aquamarine. HEX triplet: 78, DA and B0. RGB value is (120,218,176). Sum of RGB (Red+Green+Blue) = 120+218+176=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #78DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DAB0 is #87254F. Grayscale: #B7B7B7. Windows color (decimal): -8856912 or 11590264. OLE color: 11590264.

HSL color Cylindrical-coordinate representation of color #78DAB0: hue angle of 154.29º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DAB0 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 218 176 -
CMYK 0.45 0 0.19 0.15
HSL 154.29º 0.57% 0.66% -
HSV(B) 154.29º 0.45% 0.85% -
XYZ 40.65 57.27 49.99 -
YUV 183.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 120 218 176 0.45 0 0.19 0.15 154.29 0.57 0.66
Hex 78 DA B0 2D 0 13 F 9A 39 42
Octal 170 332 260 55 0 23 17 232 71 102
Binary 1111000 11011010 10110000 101101 0 10011 1111 10011010 111001 1000010

Color Harmonies of #78DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DAB0

Black with #78DAB0

Text Example


Text Example

White with #78DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,218,176); }

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

background-color css

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

 a { background-color: rgb(120,218,176); }

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

border-color css

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

 span { border-color: rgb(120,218,176); }

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