#78CFBA

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

Shades of Downy #78CFBA

Tints of Downy #78CFBA

Color information

#78CFBA (or 0x78CFBA) is unknown color: approx Downy. HEX triplet: 78, CF and BA. RGB value is (120,207,186). Sum of RGB (Red+Green+Blue) = 120+207+186=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFBA is #873045. Grayscale: #B2B2B2. Windows color (decimal): -8859718 or 12242808. OLE color: 12242808.

HSL color Cylindrical-coordinate representation of color #78CFBA: hue angle of 165.52º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CFBA is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB120207186-
CMYK0.4200.100.19
HSL165.52º47.54%64.12%-
HSV(B)165.52º42.03%81.18%-
XYZ38.9252.1654.47-
YUV178.59132.1886.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.39%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=23.39%
G=40.35%
B=36.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1202071860.4200.100.19165.5247.5464.12
Hex78CFBA2A0A13a63040
Octal170317272520122324660100
Binary111100011001111101110101010100101010011101001101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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