Html Css Color HEX #85BEA0 Summer Green

📋 copy color: '#85BEA0'

red 133 ◦ green 190 ◦ blue 160

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

Shades of Summer Green #85BEA0

Tints of Summer Green #85BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.34%

 BLUE value IS 160 (62.89% from 255) = 33.13%

R = 27.54%
G = 39.34%
B = 33.13%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#85BEA0 (or 0x85BEA0) is known color: Summer Green. HEX triplet: 85, BE and A0. RGB value is (133,190,160). Sum of RGB (Red+Green+Blue) = 133+190+160=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BEA0 is #7A415F. Grayscale: #A9A9A9. Windows color (decimal): -8012128 or 10534533. OLE color: 10534533.

HSL color Cylindrical-coordinate representation of color #85BEA0: hue angle of 148.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEA0 is Cyan = 0.3, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 160 -
CMYK 0.3 0 0.16 0.25
HSL 148.42º 0.3% 0.63% -
HSV(B) 148.42º 0.3% 0.75% -
XYZ 34.43 44.35 40 -
YUV 169.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 133 190 160 0.3 0 0.16 0.25 148.42 0.3 0.63
Hex 85 BE A0 1E 0 10 19 94 1E 3F
Octal 205 276 240 36 0 20 31 224 36 77
Binary 10000101 10111110 10100000 11110 0 10000 11001 10010100 11110 111111

Color Harmonies of #85BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEA0

Black with #85BEA0

Text Example


Text Example

White with #85BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,190,160); }

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

background-color css

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

 a { background-color: rgb(133,190,160); }

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

border-color css

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

 span { border-color: rgb(133,190,160); }

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