#95BE90

Color #95BE90 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #95BE90

Tints of Dark Sea Green #95BE90

Color information

#95BE90 (or 0x95BE90) is unknown color: approx Dark Sea Green. HEX triplet: 95, BE and 90. RGB value is (149,190,144). Sum of RGB (Red+Green+Blue) = 149+190+144=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BE90 is #6A416F. Grayscale: #ACACAC. Windows color (decimal): -6963568 or 9485973. OLE color: 9485973.

HSL color Cylindrical-coordinate representation of color #95BE90: hue angle of 113.48º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BE90 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB149190144-
CMYK0.2200.240.25
HSL113.48º26.14%65.49%-
HSV(B)113.48º24.21%74.51%-
XYZ35.8445.2333.23-
YUV172.5111.92111.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=30.85%
G=39.34%
B=29.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901440.2200.240.25113.4826.1465.49
Hex95BE901601819711a41
Octal225276220260303116132101
Binary10010101101111101001000010110011000110011110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95BE90;
 }
 .AnyTagClassName
 {
   color: #95BE90;
 }
</style>
background-color css

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

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

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

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

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

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