#95BE97

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

Shades of Dark Sea Green #95BE97

Tints of Dark Sea Green #95BE97

Color information

#95BE97 (or 0x95BE97) is unknown color: approx Dark Sea Green. HEX triplet: 95, BE and 97. RGB value is (149,190,151). Sum of RGB (Red+Green+Blue) = 149+190+151=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BE97 is #6A4168. Grayscale: #ADADAD. Windows color (decimal): -6963561 or 9944725. OLE color: 9944725.

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

Color convert

RGB149190151-
CMYK0.2200.210.25
HSL122.93º23.98%66.47%-
HSV(B)122.93º21.58%74.51%-
XYZ36.3945.4536.13-
YUV173.3115.42110.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=30.41%
G=38.78%
B=30.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901510.2200.210.25122.9323.9866.47
Hex95BE9716015197b1842
Octal225276227260253117330102
Binary10010101101111101001011110110010101110011111011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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