Html Css Color HEX #85CA9C Summer Green

📋 copy color: '#85CA9C'

red 133 ◦ green 202 ◦ blue 156

#85CA9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Green #85CA9C

Tints of Summer Green #85CA9C

RGB

 RED value IS 133 (52.34% from 255) = 27.09%

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 27.09%
G = 41.14%
B = 31.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#85CA9C (or 0x85CA9C) is known color: Summer Green. HEX triplet: 85, CA and 9C. RGB value is (133,202,156). Sum of RGB (Red+Green+Blue) = 133+202+156=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA9C is #7A3563. Grayscale: #B0B0B0. Windows color (decimal): -8009060 or 10275461. OLE color: 10275461.

HSL color Cylindrical-coordinate representation of color #85CA9C: hue angle of 140º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CA9C is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 156 -
CMYK 0.34 0 0.23 0.21
HSL 140º 0.39% 0.66% -
HSV(B) 140º 0.34% 0.79% -
XYZ 36.79 49.63 39.09 -
YUV 176.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 133 202 156 0.34 0 0.23 0.21 140 0.39 0.66
Hex 85 CA 9C 22 0 17 15 8C 27 42
Octal 205 312 234 42 0 27 25 214 47 102
Binary 10000101 11001010 10011100 100010 0 10111 10101 10001100 100111 1000010

Color Harmonies of #85CA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA9C

Black with #85CA9C

Text Example


Text Example

White with #85CA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,202,156); }

 H1.HeaderClassName
 {
   color: #85CA9C;
 }
 .AnyTagClassName
 {
   color: #85CA9C;
 }
</style>

background-color css

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

 a { background-color: rgb(133,202,156); }

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

border-color css

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

 span { border-color: rgb(133,202,156); }

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