Html Css Color HEX #95C891 Dark Sea Green

📋 copy color: '#95C891'

red 149 ◦ green 200 ◦ blue 145

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

Shades of Dark Sea Green #95C891

Tints of Dark Sea Green #95C891

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.49%

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 30.16%
G = 40.49%
B = 29.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#95C891 (or 0x95C891) is known color: Dark Sea Green. HEX triplet: 95, C8 and 91. RGB value is (149,200,145). Sum of RGB (Red+Green+Blue) = 149+200+145=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #95C891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C891 is #6A376E. Grayscale: #B2B2B2. Windows color (decimal): -6961007 or 9554069. OLE color: 9554069.

HSL color Cylindrical-coordinate representation of color #95C891: hue angle of 115.64º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95C891 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 145 -
CMYK 0.26 0 0.28 0.22
HSL 115.64º 0.33% 0.68% -
HSV(B) 115.64º 0.28% 0.78% -
XYZ 38.16 49.74 34.38 -
YUV 178.48 109.1 106.97 -
System Red Green Blue C M Y K H S L
Decimal 149 200 145 0.26 0 0.28 0.22 115.64 0.33 0.68
Hex 95 C8 91 1A 0 1C 16 74 21 44
Octal 225 310 221 32 0 34 26 164 41 104
Binary 10010101 11001000 10010001 11010 0 11100 10110 1110100 100001 1000100

Color Harmonies of #95C891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C891

Black with #95C891

Text Example


Text Example

White with #95C891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,200,145); }

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

background-color css

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

 a { background-color: rgb(149,200,145); }

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

border-color css

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

 span { border-color: rgb(149,200,145); }

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