Html Css Color HEX #95BB8D Dark Sea Green

📋 copy color: '#95BB8D'

red 149 ◦ green 187 ◦ blue 141

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

Shades of Dark Sea Green #95BB8D

Tints of Dark Sea Green #95BB8D

RGB

 RED value IS 149 (58.59% from 255) = 31.24%

 GREEN value IS 187 (73.44% from 255) = 39.2%

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 31.24%
G = 39.2%
B = 29.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#95BB8D (or 0x95BB8D) is known color: Dark Sea Green. HEX triplet: 95, BB and 8D. RGB value is (149,187,141). Sum of RGB (Red+Green+Blue) = 149+187+141=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BB8D is #6A4472. Grayscale: #AAAAAA. Windows color (decimal): -6964339 or 9288597. OLE color: 9288597.

HSL color Cylindrical-coordinate representation of color #95BB8D: hue angle of 109.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95BB8D is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 187 141 -
CMYK 0.20 0 0.25 0.27
HSL 109.57º 0.25% 0.64% -
HSV(B) 109.57º 0.25% 0.73% -
XYZ 34.97 43.85 31.82 -
YUV 170.39 111.41 112.74 -
System Red Green Blue C M Y K H S L
Decimal 149 187 141 0.20 0 0.25 0.27 109.57 0.25 0.64
Hex 95 BB 8D 14 0 19 1B 6E 19 40
Octal 225 273 215 24 0 31 33 156 31 100
Binary 10010101 10111011 10001101 10100 0 11001 11011 1101110 11001 1000000

Color Harmonies of #95BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BB8D

Black with #95BB8D

Text Example


Text Example

White with #95BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,187,141); }

 H1.HeaderClassName
 {
   color: #95BB8D;
 }
 .AnyTagClassName
 {
   color: #95BB8D;
 }
</style>

background-color css

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

 a { background-color: rgb(149,187,141); }

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

border-color css

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

 span { border-color: rgb(149,187,141); }

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