Html Css Color HEX #85CA9A Summer Green

📋 copy color: '#85CA9A'

red 133 ◦ green 202 ◦ blue 154

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

Shades of Summer Green #85CA9A

Tints of Summer Green #85CA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 27.2%
G = 41.31%
B = 31.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#85CA9A (or 0x85CA9A) is known color: Summer Green. HEX triplet: 85, CA and 9A. RGB value is (133,202,154). Sum of RGB (Red+Green+Blue) = 133+202+154=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA9A is #7A3565. Grayscale: #B0B0B0. Windows color (decimal): -8009062 or 10144389. OLE color: 10144389.

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

Color convert

RGB 133 202 154 -
CMYK 0.34 0 0.24 0.21
HSL 138.26º 0.39% 0.66% -
HSV(B) 138.26º 0.34% 0.79% -
XYZ 36.63 49.56 38.21 -
YUV 175.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 133 202 154 0.34 0 0.24 0.21 138.26 0.39 0.66
Hex 85 CA 9A 22 0 18 15 8A 27 42
Octal 205 312 232 42 0 30 25 212 47 102
Binary 10000101 11001010 10011010 100010 0 11000 10101 10001010 100111 1000010

Color Harmonies of #85CA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA9A

Black with #85CA9A

Text Example


Text Example

White with #85CA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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