Html Css Color HEX #78DABA Downy

📋 copy color: '#78DABA'

red 120 ◦ green 218 ◦ blue 186

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

Shades of Downy #78DABA

Tints of Downy #78DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.6%

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

R = 22.9%
G = 41.6%
B = 35.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#78DABA (or 0x78DABA) is known color: Downy. HEX triplet: 78, DA and BA. RGB value is (120,218,186). Sum of RGB (Red+Green+Blue) = 120+218+186=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #78DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DABA is #872545. Grayscale: #B9B9B9. Windows color (decimal): -8856902 or 12245624. OLE color: 12245624.

HSL color Cylindrical-coordinate representation of color #78DABA: hue angle of 160.41º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DABA is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 218 186 -
CMYK 0.45 0 0.15 0.15
HSL 160.41º 0.57% 0.66% -
HSV(B) 160.41º 0.45% 0.85% -
XYZ 41.68 57.68 55.39 -
YUV 185.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 120 218 186 0.45 0 0.15 0.15 160.41 0.57 0.66
Hex 78 DA BA 2D 0 F F A0 39 42
Octal 170 332 272 55 0 17 17 240 71 102
Binary 1111000 11011010 10111010 101101 0 1111 1111 10100000 111001 1000010

Color Harmonies of #78DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DABA

Black with #78DABA

Text Example


Text Example

White with #78DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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