Html Css Color HEX #95C696 Dark Sea Green

📋 copy color: '#95C696'

red 149 ◦ green 198 ◦ blue 150

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

Shades of Dark Sea Green #95C696

Tints of Dark Sea Green #95C696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.84%

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

R = 29.98%
G = 39.84%
B = 30.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#95C696 (or 0x95C696) is known color: Dark Sea Green. HEX triplet: 95, C6 and 96. RGB value is (149,198,150). Sum of RGB (Red+Green+Blue) = 149+198+150=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #95C696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C696 is #6A3969. Grayscale: #B2B2B2. Windows color (decimal): -6961514 or 9881237. OLE color: 9881237.

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

Color convert

RGB 149 198 150 -
CMYK 0.25 0 0.24 0.22
HSL 121.22º 0.3% 0.68% -
HSV(B) 121.22º 0.25% 0.78% -
XYZ 38.09 48.98 36.3 -
YUV 177.88 112.27 107.4 -
System Red Green Blue C M Y K H S L
Decimal 149 198 150 0.25 0 0.24 0.22 121.22 0.3 0.68
Hex 95 C6 96 19 0 18 16 79 1E 44
Octal 225 306 226 31 0 30 26 171 36 104
Binary 10010101 11000110 10010110 11001 0 11000 10110 1111001 11110 1000100

Color Harmonies of #95C696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C696

Black with #95C696

Text Example


Text Example

White with #95C696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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