#78e0bc

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

Shades of Downy #78E0BC

Tints of Downy #78E0BC

Color information

#78E0BC (or 0x78E0BC) is unknown color: approx Downy. HEX triplet: 78, E0 and BC. RGB value is (120,224,188). Sum of RGB (Red+Green+Blue) = 120+224+188=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #78E0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E0BC is #871F43. Grayscale: #BCBCBC. Windows color (decimal): -8855364 or 12378232. OLE color: 12378232.

HSL color Cylindrical-coordinate representation of color #78E0BC: hue angle of 159.23º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78E0BC is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB120224188-
CMYK0.4600.160.12
HSL159.23º62.65%67.45%-
HSV(B)159.23º46.43%87.84%-
XYZ43.4860.9457.05-
YUV188.8127.5478.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.56%
GREEN value IS 224 (87.89% from 255) = 42.11%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=22.56%
G=42.11%
B=35.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1202241880.4600.160.12159.2362.6567.45
Hex78E0BC2E010C9f3f43
Octal170340274560201423777103
Binary111100011100000101111001011100100001100100111111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78e0bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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