#95B88F

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

Shades of Dark Sea Green #95B88F

Tints of Dark Sea Green #95B88F

Color information

#95B88F (or 0x95B88F) is unknown color: approx Dark Sea Green. HEX triplet: 95, B8 and 8F. RGB value is (149,184,143). Sum of RGB (Red+Green+Blue) = 149+184+143=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #95B88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B88F is #6A4770. Grayscale: #A8A8A8. Windows color (decimal): -6965105 or 9418901. OLE color: 9418901.

HSL color Cylindrical-coordinate representation of color #95B88F: hue angle of 111.22º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B88F is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB149184143-
CMYK0.1900.220.28
HSL111.22º22.4%64.12%-
HSV(B)111.22º22.28%72.16%-
XYZ34.4942.6532.4-
YUV168.86113.4113.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=31.30%
G=38.66%
B=30.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491841430.1900.220.28111.2222.464.12
Hex95B88F130161C6f1640
Octal225270217230263415726100
Binary10010101101110001000111110011010110111001101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,184,143); }

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

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

 a { background-color: rgb(149,184,143); }

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

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

 span { border-color: rgb(149,184,143); }

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