Html Css Color HEX #95C896 Dark Sea Green

📋 copy color: '#95C896'

red 149 ◦ green 200 ◦ blue 150

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

Shades of Dark Sea Green #95C896

Tints of Dark Sea Green #95C896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 29.86%
G = 40.08%
B = 30.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#95C896 (or 0x95C896) is known color: Dark Sea Green. HEX triplet: 95, C8 and 96. RGB value is (149,200,150). Sum of RGB (Red+Green+Blue) = 149+200+150=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #95C896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C896 is #6A3769. Grayscale: #B3B3B3. Windows color (decimal): -6961002 or 9881749. OLE color: 9881749.

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

Color convert

RGB 149 200 150 -
CMYK 0.26 0 0.25 0.22
HSL 121.18º 0.32% 0.68% -
HSV(B) 121.18º 0.26% 0.78% -
XYZ 38.55 49.9 36.45 -
YUV 179.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 149 200 150 0.26 0 0.25 0.22 121.18 0.32 0.68
Hex 95 C8 96 1A 0 19 16 79 20 44
Octal 225 310 226 32 0 31 26 171 40 104
Binary 10010101 11001000 10010110 11010 0 11001 10110 1111001 100000 1000100

Color Harmonies of #95C896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C896

Black with #95C896

Text Example


Text Example

White with #95C896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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