#85CEA1

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

Shades of Summer Green #85CEA1

Tints of Summer Green #85CEA1

Color information

#85CEA1 (or 0x85CEA1) is unknown color: approx Summer Green. HEX triplet: 85, CE and A1. RGB value is (133,206,161). Sum of RGB (Red+Green+Blue) = 133+206+161=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEA1 is #7A315E. Grayscale: #B3B3B3. Windows color (decimal): -8008031 or 10604165. OLE color: 10604165.

HSL color Cylindrical-coordinate representation of color #85CEA1: hue angle of 143.01º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEA1 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB133206161-
CMYK0.3500.220.19
HSL143.01º42.69%66.47%-
HSV(B)143.01º35.44%80.78%-
XYZ38.1851.741.69-
YUV179.04117.8295.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 161 (63.28% from 255) = 32.2%
R=26.6%
G=41.2%
B=32.2%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061610.3500.220.19143.0142.6966.47
Hex85CEA123016138f2b42
Octal205316241430262321753102
Binary10000101110011101010000110001101011010011100011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,161); }

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

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

 a { background-color: rgb(133,206,161); }

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

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

 span { border-color: rgb(133,206,161); }

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