Html Css Color HEX #78DCBA Downy

📋 copy color: '#78DCBA'

red 120 ◦ green 220 ◦ blue 186

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

Shades of Downy #78DCBA

Tints of Downy #78DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 22.81%
G = 41.83%
B = 35.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#78DCBA (or 0x78DCBA) is known color: Downy. HEX triplet: 78, DC and BA. RGB value is (120,220,186). Sum of RGB (Red+Green+Blue) = 120+220+186=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCBA is #872345. Grayscale: #BABABA. Windows color (decimal): -8856390 or 12246136. OLE color: 12246136.

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

Color convert

RGB 120 220 186 -
CMYK 0.45 0 0.15 0.14
HSL 159.6º 0.59% 0.67% -
HSV(B) 159.6º 0.45% 0.86% -
XYZ 42.2 58.72 55.57 -
YUV 186.22 127.87 80.76 -
System Red Green Blue C M Y K H S L
Decimal 120 220 186 0.45 0 0.15 0.14 159.6 0.59 0.67
Hex 78 DC BA 2D 0 F E A0 3B 43
Octal 170 334 272 55 0 17 16 240 73 103
Binary 1111000 11011100 10111010 101101 0 1111 1110 10100000 111011 1000011

Color Harmonies of #78DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DCBA

Black with #78DCBA

Text Example


Text Example

White with #78DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,220,186); }

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

background-color css

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

 a { background-color: rgb(120,220,186); }

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

border-color css

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

 span { border-color: rgb(120,220,186); }

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