#78D08B

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

Shades of De York #78D08B

Tints of De York #78D08B

Color information

#78D08B (or 0x78D08B) is unknown color: approx De York. HEX triplet: 78, D0 and 8B. RGB value is (120,208,139). Sum of RGB (Red+Green+Blue) = 120+208+139=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #78D08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D08B is #872F74. Grayscale: #AEAEAE. Windows color (decimal): -8859509 or 9162872. OLE color: 9162872.

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

Color convert

RGB120208139-
CMYK0.4200.330.18
HSL132.95º48.35%64.31%-
HSV(B)132.95º42.31%81.57%-
XYZ34.9650.9732.42-
YUV173.82108.3589.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.70%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=25.70%
G=44.54%
B=29.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202081390.4200.330.18132.9548.3564.31
Hex78D08B2A02112853040
Octal170320213520412220560100
Binary11110001101000010001011101010010000110010100001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,208,139); }

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

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

 a { background-color: rgb(120,208,139); }

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

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

 span { border-color: rgb(120,208,139); }

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