#95BE98

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

Shades of Dark Sea Green #95BE98

Tints of Dark Sea Green #95BE98

Color information

#95BE98 (or 0x95BE98) is unknown color: approx Dark Sea Green. HEX triplet: 95, BE and 98. RGB value is (149,190,152). Sum of RGB (Red+Green+Blue) = 149+190+152=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BE98 is #6A4167. Grayscale: #ADADAD. Windows color (decimal): -6963560 or 10010261. OLE color: 10010261.

HSL color Cylindrical-coordinate representation of color #95BE98: hue angle of 124.39º 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 #95BE98 is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB149190152-
CMYK0.2200.20.25
HSL124.39º23.98%66.47%-
HSV(B)124.39º21.58%74.51%-
XYZ36.4845.4836.56-
YUV173.41115.92110.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=30.35%
G=38.70%
B=30.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901520.2200.20.25124.3923.9866.47
Hex95BE9816014197c1842
Octal225276230260243117430102
Binary10010101101111101001100010110010100110011111100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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