Html Css Color HEX #78DBB2 Medium Aquamarine

📋 copy color: '#78DBB2'

red 120 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #78DBB2

Tints of Medium Aquamarine #78DBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 23.21%
G = 42.36%
B = 34.43%

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

#78DBB2 (or 0x78DBB2) is known color: Medium Aquamarine. HEX triplet: 78, DB and B2. RGB value is (120,219,178). Sum of RGB (Red+Green+Blue) = 120+219+178=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBB2 is #87244D. Grayscale: #B8B8B8. Windows color (decimal): -8856654 or 11721592. OLE color: 11721592.

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

Color convert

RGB 120 219 178 -
CMYK 0.45 0 0.19 0.14
HSL 155.15º 0.58% 0.66% -
HSV(B) 155.15º 0.45% 0.86% -
XYZ 41.11 57.87 51.12 -
YUV 184.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 120 219 178 0.45 0 0.19 0.14 155.15 0.58 0.66
Hex 78 DB B2 2D 0 13 E 9B 3A 42
Octal 170 333 262 55 0 23 16 233 72 102
Binary 1111000 11011011 10110010 101101 0 10011 1110 10011011 111010 1000010

Color Harmonies of #78DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBB2

Black with #78DBB2

Text Example


Text Example

White with #78DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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