#78CDBB

Color #78CDBB Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #78CDBB

Tints of Downy #78CDBB

Color information

#78CDBB (or 0x78CDBB) is unknown color: approx Downy. HEX triplet: 78, CD and BB. RGB value is (120,205,187). Sum of RGB (Red+Green+Blue) = 120+205+187=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #78CDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDBB is #873244. Grayscale: #B1B1B1. Windows color (decimal): -8860229 or 12307832. OLE color: 12307832.

HSL color Cylindrical-coordinate representation of color #78CDBB: hue angle of 167.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CDBB is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB120205187-
CMYK0.4100.090.20
HSL167.29º45.95%63.73%-
HSV(B)167.29º41.46%80.39%-
XYZ38.5551.2454.87-
YUV177.53133.3486.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.44%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=23.44%
G=40.04%
B=36.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202051870.4100.090.20167.2945.9563.73
Hex78CDBB290914a72e40
Octal170315273510112424756100
Binary111100011001101101110111010010100110100101001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,205,187); }

 H1.HeaderClassName
 {
   color: #78CDBB;
 }
 .AnyTagClassName
 {
   color: #78CDBB;
 }
</style>
background-color css

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

 a { background-color: rgb(120,205,187); }

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

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

 span { border-color: rgb(120,205,187); }

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