Html Css Color HEX #85BF8F Dark Sea Green

📋 copy color: '#85BF8F'

red 133 ◦ green 191 ◦ blue 143

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

Shades of Dark Sea Green #85BF8F

Tints of Dark Sea Green #85BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 40.9%

 BLUE value IS 143 (56.25% from 255) = 30.62%

R = 28.48%
G = 40.9%
B = 30.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#85BF8F (or 0x85BF8F) is known color: Dark Sea Green. HEX triplet: 85, BF and 8F. RGB value is (133,191,143). Sum of RGB (Red+Green+Blue) = 133+191+143=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF8F is #7A4070. Grayscale: #A8A8A8. Windows color (decimal): -8011889 or 9420677. OLE color: 9420677.

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

Color convert

RGB 133 191 143 -
CMYK 0.30 0 0.25 0.25
HSL 130.34º 0.31% 0.64% -
HSV(B) 130.34º 0.3% 0.75% -
XYZ 33.26 44.23 32.77 -
YUV 168.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 133 191 143 0.30 0 0.25 0.25 130.34 0.31 0.64
Hex 85 BF 8F 1E 0 19 19 82 1F 40
Octal 205 277 217 36 0 31 31 202 37 100
Binary 10000101 10111111 10001111 11110 0 11001 11001 10000010 11111 1000000

Color Harmonies of #85BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF8F

Black with #85BF8F

Text Example


Text Example

White with #85BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,191,143); }

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

background-color css

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

 a { background-color: rgb(133,191,143); }

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

border-color css

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

 span { border-color: rgb(133,191,143); }

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