Html Css Color HEX #85CAA4 Summer Green

📋 copy color: '#85CAA4'

red 133 ◦ green 202 ◦ blue 164

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

Shades of Summer Green #85CAA4

Tints of Summer Green #85CAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.87%

R = 26.65%
G = 40.48%
B = 32.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#85CAA4 (or 0x85CAA4) is known color: Summer Green. HEX triplet: 85, CA and A4. RGB value is (133,202,164). Sum of RGB (Red+Green+Blue) = 133+202+164=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CAA4 is #7A355B. Grayscale: #B1B1B1. Windows color (decimal): -8009052 or 10799749. OLE color: 10799749.

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

Color convert

RGB 133 202 164 -
CMYK 0.34 0 0.19 0.21
HSL 146.96º 0.39% 0.66% -
HSV(B) 146.96º 0.34% 0.79% -
XYZ 37.49 49.91 42.78 -
YUV 177.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 133 202 164 0.34 0 0.19 0.21 146.96 0.39 0.66
Hex 85 CA A4 22 0 13 15 93 27 42
Octal 205 312 244 42 0 23 25 223 47 102
Binary 10000101 11001010 10100100 100010 0 10011 10101 10010011 100111 1000010

Color Harmonies of #85CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CAA4

Black with #85CAA4

Text Example


Text Example

White with #85CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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