Html Css Color HEX #78DDB2 Medium Aquamarine

📋 copy color: '#78DDB2'

red 120 ◦ green 221 ◦ blue 178

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

Shades of Medium Aquamarine #78DDB2

Tints of Medium Aquamarine #78DDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

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

R = 23.12%
G = 42.58%
B = 34.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#78DDB2 (or 0x78DDB2) is known color: Medium Aquamarine. HEX triplet: 78, DD and B2. RGB value is (120,221,178). Sum of RGB (Red+Green+Blue) = 120+221+178=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DDB2 is #87224D. Grayscale: #B9B9B9. Windows color (decimal): -8856142 or 11722104. OLE color: 11722104.

HSL color Cylindrical-coordinate representation of color #78DDB2: hue angle of 154.46º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DDB2 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 221 178 -
CMYK 0.46 0 0.19 0.13
HSL 154.46º 0.6% 0.67% -
HSV(B) 154.46º 0.46% 0.87% -
XYZ 41.64 58.92 51.3 -
YUV 185.9 123.54 81 -
System Red Green Blue C M Y K H S L
Decimal 120 221 178 0.46 0 0.19 0.13 154.46 0.6 0.67
Hex 78 DD B2 2E 0 13 D 9A 3C 43
Octal 170 335 262 56 0 23 15 232 74 103
Binary 1111000 11011101 10110010 101110 0 10011 1101 10011010 111100 1000011

Color Harmonies of #78DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DDB2

Black with #78DDB2

Text Example


Text Example

White with #78DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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