#78CFCD

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

Shades of Downy #78CFCD

Tints of Downy #78CFCD

Color information

#78CFCD (or 0x78CFCD) is unknown color: approx Downy. HEX triplet: 78, CF and CD. RGB value is (120,207,205). Sum of RGB (Red+Green+Blue) = 120+207+205=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFCD is #873032. Grayscale: #B4B4B4. Windows color (decimal): -8859699 or 13487992. OLE color: 13487992.

HSL color Cylindrical-coordinate representation of color #78CFCD: hue angle of 178.62º 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 #78CFCD is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB120207205-
CMYK0.4200.010.19
HSL178.62º47.54%64.12%-
HSV(B)178.62º42.03%81.18%-
XYZ41.0853.0365.83-
YUV180.76141.6884.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.56%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=22.56%
G=38.91%
B=38.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1202072050.4200.010.19178.6247.5464.12
Hex78CFCD2A0113b33040
Octal17031731552012326360100
Binary111100011001111110011011010100110011101100111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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