Html Css Color HEX #85CA9B Summer Green

📋 copy color: '#85CA9B'

red 133 ◦ green 202 ◦ blue 155

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

Shades of Summer Green #85CA9B

Tints of Summer Green #85CA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 27.14%
G = 41.22%
B = 31.63%

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

#85CA9B (or 0x85CA9B) is known color: Summer Green. HEX triplet: 85, CA and 9B. RGB value is (133,202,155). Sum of RGB (Red+Green+Blue) = 133+202+155=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA9B is #7A3564. Grayscale: #B0B0B0. Windows color (decimal): -8009061 or 10209925. OLE color: 10209925.

HSL color Cylindrical-coordinate representation of color #85CA9B: hue angle of 139.13º 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 #85CA9B is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 155 -
CMYK 0.34 0 0.23 0.21
HSL 139.13º 0.39% 0.66% -
HSV(B) 139.13º 0.34% 0.79% -
XYZ 36.71 49.59 38.65 -
YUV 176.01 116.14 97.32 -
System Red Green Blue C M Y K H S L
Decimal 133 202 155 0.34 0 0.23 0.21 139.13 0.39 0.66
Hex 85 CA 9B 22 0 17 15 8B 27 42
Octal 205 312 233 42 0 27 25 213 47 102
Binary 10000101 11001010 10011011 100010 0 10111 10101 10001011 100111 1000010

Color Harmonies of #85CA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA9B

Black with #85CA9B

Text Example


Text Example

White with #85CA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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