Html Css Color HEX #78DABF Downy

📋 copy color: '#78DABF'

red 120 ◦ green 218 ◦ blue 191

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

Shades of Downy #78DABF

Tints of Downy #78DABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.11%

R = 22.68%
G = 41.21%
B = 36.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#78DABF (or 0x78DABF) is known color: Downy. HEX triplet: 78, DA and BF. RGB value is (120,218,191). Sum of RGB (Red+Green+Blue) = 120+218+191=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #78DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DABF is #872540. Grayscale: #B9B9B9. Windows color (decimal): -8856897 or 12573304. OLE color: 12573304.

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

Color convert

RGB 120 218 191 -
CMYK 0.45 0 0.12 0.15
HSL 163.47º 0.57% 0.66% -
HSV(B) 163.47º 0.45% 0.85% -
XYZ 42.22 57.9 58.24 -
YUV 185.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 120 218 191 0.45 0 0.12 0.15 163.47 0.57 0.66
Hex 78 DA BF 2D 0 C F A3 39 42
Octal 170 332 277 55 0 14 17 243 71 102
Binary 1111000 11011010 10111111 101101 0 1100 1111 10100011 111001 1000010

Color Harmonies of #78DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DABF

Black with #78DABF

Text Example


Text Example

White with #78DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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