#78CA8C

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

Shades of De York #78CA8C

Tints of De York #78CA8C

Color information

#78CA8C (or 0x78CA8C) is unknown color: approx De York. HEX triplet: 78, CA and 8C. RGB value is (120,202,140). Sum of RGB (Red+Green+Blue) = 120+202+140=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CA8C is #873573. Grayscale: #AAAAAA. Windows color (decimal): -8861044 or 9226872. OLE color: 9226872.

HSL color Cylindrical-coordinate representation of color #78CA8C: hue angle of 134.63º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CA8C is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB120202140-
CMYK0.4100.310.21
HSL134.63º43.62%63.14%-
HSV(B)134.63º40.59%79.22%-
XYZ33.648.1332.33-
YUV170.41110.8392.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=25.97%
G=43.72%
B=30.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202021400.4100.310.21134.6343.6263.14
Hex78CA8C2901F15872c3f
Octal17031221451037252075477
Binary111100011001010100011001010010111111010110000111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,202,140); }

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

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

 a { background-color: rgb(120,202,140); }

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

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

 span { border-color: rgb(120,202,140); }

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