Html Css Color HEX #85CAA2 Summer Green

📋 copy color: '#85CAA2'

red 133 ◦ green 202 ◦ blue 162

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

Shades of Summer Green #85CAA2

Tints of Summer Green #85CAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 26.76%
G = 40.64%
B = 32.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#85CAA2 (or 0x85CAA2) is known color: Summer Green. HEX triplet: 85, CA and A2. RGB value is (133,202,162). Sum of RGB (Red+Green+Blue) = 133+202+162=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CAA2 is #7A355D. Grayscale: #B0B0B0. Windows color (decimal): -8009054 or 10668677. OLE color: 10668677.

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

Color convert

RGB 133 202 162 -
CMYK 0.34 0 0.20 0.21
HSL 145.22º 0.39% 0.66% -
HSV(B) 145.22º 0.34% 0.79% -
XYZ 37.31 49.84 41.84 -
YUV 176.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 133 202 162 0.34 0 0.20 0.21 145.22 0.39 0.66
Hex 85 CA A2 22 0 14 15 91 27 42
Octal 205 312 242 42 0 24 25 221 47 102
Binary 10000101 11001010 10100010 100010 0 10100 10101 10010001 100111 1000010

Color Harmonies of #85CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CAA2

Black with #85CAA2

Text Example


Text Example

White with #85CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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