#78C888

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

Shades of De York #78C888

Tints of De York #78C888

Color information

#78C888 (or 0x78C888) is unknown color: approx De York. HEX triplet: 78, C8 and 88. RGB value is (120,200,136). Sum of RGB (Red+Green+Blue) = 120+200+136=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #78C888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C888 is #873777. Grayscale: #A8A8A8. Windows color (decimal): -8861560 or 8964216. OLE color: 8964216.

HSL color Cylindrical-coordinate representation of color #78C888: hue angle of 132º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C888 is Cyan = 0.4, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB120200136-
CMYK0.400.320.22
HSL132º42.11%62.75%-
HSV(B)132º40%78.43%-
XYZ32.8447.0830.65-
YUV168.78109.593.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.32%
GREEN value IS 200 (78.52% from 255) = 43.86%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=26.32%
G=43.86%
B=29.82%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1202001360.400.320.2213242.1162.75
Hex78C8882802016842a3f
Octal17031021050040262045277
Binary1111000110010001000100010100001000001011010000100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,200,136); }

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

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

 a { background-color: rgb(120,200,136); }

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

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

 span { border-color: rgb(120,200,136); }

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