Html Css Color HEX #78DBBA Downy

📋 copy color: '#78DBBA'

red 120 ◦ green 219 ◦ blue 186

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

Shades of Downy #78DBBA

Tints of Downy #78DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.71%

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

R = 22.86%
G = 41.71%
B = 35.43%

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

#78DBBA (or 0x78DBBA) is known color: Downy. HEX triplet: 78, DB and BA. RGB value is (120,219,186). Sum of RGB (Red+Green+Blue) = 120+219+186=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBBA is #872445. Grayscale: #B9B9B9. Windows color (decimal): -8856646 or 12245880. OLE color: 12245880.

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

Color convert

RGB 120 219 186 -
CMYK 0.45 0 0.15 0.14
HSL 160º 0.58% 0.66% -
HSV(B) 160º 0.45% 0.86% -
XYZ 41.94 58.2 55.48 -
YUV 185.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 120 219 186 0.45 0 0.15 0.14 160 0.58 0.66
Hex 78 DB BA 2D 0 F E A0 3A 42
Octal 170 333 272 55 0 17 16 240 72 102
Binary 1111000 11011011 10111010 101101 0 1111 1110 10100000 111010 1000010

Color Harmonies of #78DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBBA

Black with #78DBBA

Text Example


Text Example

White with #78DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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