Html Css Color HEX #78DBB1 Medium Aquamarine

📋 copy color: '#78DBB1'

red 120 ◦ green 219 ◦ blue 177

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

Shades of Medium Aquamarine #78DBB1

Tints of Medium Aquamarine #78DBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 23.26%
G = 42.44%
B = 34.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#78DBB1 (or 0x78DBB1) is known color: Medium Aquamarine. HEX triplet: 78, DB and B1. RGB value is (120,219,177). Sum of RGB (Red+Green+Blue) = 120+219+177=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBB1 is #87244E. Grayscale: #B8B8B8. Windows color (decimal): -8856655 or 11656056. OLE color: 11656056.

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

Color convert

RGB 120 219 177 -
CMYK 0.45 0 0.19 0.14
HSL 154.55º 0.58% 0.66% -
HSV(B) 154.55º 0.45% 0.86% -
XYZ 41.01 57.83 50.6 -
YUV 184.61 123.7 81.92 -
System Red Green Blue C M Y K H S L
Decimal 120 219 177 0.45 0 0.19 0.14 154.55 0.58 0.66
Hex 78 DB B1 2D 0 13 E 9B 3A 42
Octal 170 333 261 55 0 23 16 233 72 102
Binary 1111000 11011011 10110001 101101 0 10011 1110 10011011 111010 1000010

Color Harmonies of #78DBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBB1

Black with #78DBB1

Text Example


Text Example

White with #78DBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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