Html Css Color HEX #78D1BA Downy

📋 copy color: '#78D1BA'

red 120 ◦ green 209 ◦ blue 186

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

Shades of Downy #78D1BA

Tints of Downy #78D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

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

R = 23.3%
G = 40.58%
B = 36.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#78D1BA (or 0x78D1BA) is known color: Downy. HEX triplet: 78, D1 and BA. RGB value is (120,209,186). Sum of RGB (Red+Green+Blue) = 120+209+186=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D1BA is #872E45. Grayscale: #B3B3B3. Windows color (decimal): -8859206 or 12243320. OLE color: 12243320.

HSL color Cylindrical-coordinate representation of color #78D1BA: hue angle of 164.49º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D1BA is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 209 186 -
CMYK 0.43 0 0.11 0.18
HSL 164.49º 0.49% 0.65% -
HSV(B) 164.49º 0.43% 0.82% -
XYZ 39.41 53.14 54.63 -
YUV 179.77 131.51 85.37 -
System Red Green Blue C M Y K H S L
Decimal 120 209 186 0.43 0 0.11 0.18 164.49 0.49 0.65
Hex 78 D1 BA 2B 0 B 12 A4 31 41
Octal 170 321 272 53 0 13 22 244 61 101
Binary 1111000 11010001 10111010 101011 0 1011 10010 10100100 110001 1000001

Color Harmonies of #78D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D1BA

Black with #78D1BA

Text Example


Text Example

White with #78D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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