Html Css Color HEX #85B989 Dark Sea Green

📋 copy color: '#85B989'

red 133 ◦ green 185 ◦ blue 137

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

Shades of Dark Sea Green #85B989

Tints of Dark Sea Green #85B989

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 29.23%
G = 40.66%
B = 30.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#85B989 (or 0x85B989) is known color: Dark Sea Green. HEX triplet: 85, B9 and 89. RGB value is (133,185,137). Sum of RGB (Red+Green+Blue) = 133+185+137=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #85B989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B989 is #7A4676. Grayscale: #A4A4A4. Windows color (decimal): -8013431 or 9025925. OLE color: 9025925.

HSL color Cylindrical-coordinate representation of color #85B989: hue angle of 124.62º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B989 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 185 137 -
CMYK 0.28 0 0.26 0.27
HSL 124.62º 0.27% 0.62% -
HSV(B) 124.62º 0.28% 0.73% -
XYZ 31.54 41.49 30.01 -
YUV 163.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 133 185 137 0.28 0 0.26 0.27 124.62 0.27 0.62
Hex 85 B9 89 1C 0 1A 1B 7D 1B 3E
Octal 205 271 211 34 0 32 33 175 33 76
Binary 10000101 10111001 10001001 11100 0 11010 11011 1111101 11011 111110

Color Harmonies of #85B989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B989

Black with #85B989

Text Example


Text Example

White with #85B989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,185,137); }

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

background-color css

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

 a { background-color: rgb(133,185,137); }

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

border-color css

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

 span { border-color: rgb(133,185,137); }

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