#85C19E

Color #85C19E Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #85C19E

Tints of Summer Green #85C19E

Color information

#85C19E (or 0x85C19E) is unknown color: approx Summer Green. HEX triplet: 85, C1 and 9E. RGB value is (133,193,158). Sum of RGB (Red+Green+Blue) = 133+193+158=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #85C19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C19E is #7A3E61. Grayscale: #ABABAB. Windows color (decimal): -8011362 or 10404229. OLE color: 10404229.

HSL color Cylindrical-coordinate representation of color #85C19E: hue angle of 145º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C19E is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB133193158-
CMYK0.3100.180.24
HSL145º32.61%63.92%-
HSV(B)145º31.09%75.69%-
XYZ34.9145.639.31-
YUV171.07120.62100.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.48%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=27.48%
G=39.88%
B=32.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931580.3100.180.2414532.6163.92
Hex85C19E1F01218912140
Octal205301236370223022141100
Binary1000010111000001100111101111101001011000100100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C19E; }

 p { color: rgb(133,193,158); }

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

<style>
 a { background-color: #85C19E; }

 a { background-color: rgb(133,193,158); }

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

<style>
 span { border-color: #85C19E; }

 span { border-color: rgb(133,193,158); }

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