#78CDC7

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

Shades of Downy #78CDC7

Tints of Downy #78CDC7

Color information

#78CDC7 (or 0x78CDC7) is unknown color: approx Downy. HEX triplet: 78, CD and C7. RGB value is (120,205,199). Sum of RGB (Red+Green+Blue) = 120+205+199=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #78CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDC7 is #873238. Grayscale: #B2B2B2. Windows color (decimal): -8860217 or 13094264. OLE color: 13094264.

HSL color Cylindrical-coordinate representation of color #78CDC7: hue angle of 175.76º 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 #78CDC7 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB120205199-
CMYK0.4100.030.20
HSL175.76º45.95%63.73%-
HSV(B)175.76º41.46%80.39%-
XYZ39.8951.7861.93-
YUV178.9139.3485.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.90%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=22.90%
G=39.12%
B=37.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202051990.4100.030.20175.7645.9563.73
Hex78CDC7290314b02e40
Octal17031530751032426056100
Binary1111000110011011100011110100101110100101100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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