Html Css Color HEX #85BE90 Dark Sea Green

📋 copy color: '#85BE90'

red 133 ◦ green 190 ◦ blue 144

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

Shades of Dark Sea Green #85BE90

Tints of Dark Sea Green #85BE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 28.48%
G = 40.69%
B = 30.84%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#85BE90 (or 0x85BE90) is known color: Dark Sea Green. HEX triplet: 85, BE and 90. RGB value is (133,190,144). Sum of RGB (Red+Green+Blue) = 133+190+144=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE90 is #7A416F. Grayscale: #A7A7A7. Windows color (decimal): -8012144 or 9485957. OLE color: 9485957.

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

Color convert

RGB 133 190 144 -
CMYK 0.3 0 0.24 0.25
HSL 131.58º 0.3% 0.63% -
HSV(B) 131.58º 0.3% 0.75% -
XYZ 33.12 43.83 33.1 -
YUV 167.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 133 190 144 0.3 0 0.24 0.25 131.58 0.3 0.63
Hex 85 BE 90 1E 0 18 19 84 1E 3F
Octal 205 276 220 36 0 30 31 204 36 77
Binary 10000101 10111110 10010000 11110 0 11000 11001 10000100 11110 111111

Color Harmonies of #85BE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE90

Black with #85BE90

Text Example


Text Example

White with #85BE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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