Html Css Color HEX #78DBBC Downy

📋 copy color: '#78DBBC'

red 120 ◦ green 219 ◦ blue 188

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

Shades of Downy #78DBBC

Tints of Downy #78DBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 22.77%
G = 41.56%
B = 35.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#78DBBC (or 0x78DBBC) is known color: Downy. HEX triplet: 78, DB and BC. RGB value is (120,219,188). Sum of RGB (Red+Green+Blue) = 120+219+188=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBBC is #872443. Grayscale: #B9B9B9. Windows color (decimal): -8856644 or 12376952. OLE color: 12376952.

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

Color convert

RGB 120 219 188 -
CMYK 0.45 0 0.14 0.14
HSL 161.21º 0.58% 0.66% -
HSV(B) 161.21º 0.45% 0.86% -
XYZ 42.15 58.29 56.61 -
YUV 185.87 129.2 81.02 -
System Red Green Blue C M Y K H S L
Decimal 120 219 188 0.45 0 0.14 0.14 161.21 0.58 0.66
Hex 78 DB BC 2D 0 E E A1 3A 42
Octal 170 333 274 55 0 16 16 241 72 102
Binary 1111000 11011011 10111100 101101 0 1110 1110 10100001 111010 1000010

Color Harmonies of #78DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBBC

Black with #78DBBC

Text Example


Text Example

White with #78DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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