Html Css Color HEX #78DBB0 Medium Aquamarine

📋 copy color: '#78DBB0'

red 120 ◦ green 219 ◦ blue 176

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

Shades of Medium Aquamarine #78DBB0

Tints of Medium Aquamarine #78DBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.52%

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

R = 23.3%
G = 42.52%
B = 34.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#78DBB0 (or 0x78DBB0) is known color: Medium Aquamarine. HEX triplet: 78, DB and B0. RGB value is (120,219,176). Sum of RGB (Red+Green+Blue) = 120+219+176=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBB0 is #87244F. Grayscale: #B8B8B8. Windows color (decimal): -8856656 or 11590520. OLE color: 11590520.

HSL color Cylindrical-coordinate representation of color #78DBB0: hue angle of 153.94º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DBB0 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 219 176 -
CMYK 0.45 0 0.20 0.14
HSL 153.94º 0.58% 0.66% -
HSV(B) 153.94º 0.45% 0.86% -
XYZ 40.91 57.79 50.07 -
YUV 184.5 123.2 82 -
System Red Green Blue C M Y K H S L
Decimal 120 219 176 0.45 0 0.20 0.14 153.94 0.58 0.66
Hex 78 DB B0 2D 0 14 E 9A 3A 42
Octal 170 333 260 55 0 24 16 232 72 102
Binary 1111000 11011011 10110000 101101 0 10100 1110 10011010 111010 1000010

Color Harmonies of #78DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBB0

Black with #78DBB0

Text Example


Text Example

White with #78DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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