Html Css Color HEX #95C992 Dark Sea Green

📋 copy color: '#95C992'

red 149 ◦ green 201 ◦ blue 146

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

Shades of Dark Sea Green #95C992

Tints of Dark Sea Green #95C992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.52%

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 30.04%
G = 40.52%
B = 29.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#95C992 (or 0x95C992) is known color: Dark Sea Green. HEX triplet: 95, C9 and 92. RGB value is (149,201,146). Sum of RGB (Red+Green+Blue) = 149+201+146=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #95C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C992 is #6A366D. Grayscale: #B3B3B3. Windows color (decimal): -6960750 or 9619861. OLE color: 9619861.

HSL color Cylindrical-coordinate representation of color #95C992: hue angle of 116.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95C992 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 201 146 -
CMYK 0.26 0 0.27 0.21
HSL 116.73º 0.34% 0.68% -
HSV(B) 116.73º 0.27% 0.79% -
XYZ 38.47 50.24 34.86 -
YUV 179.18 109.27 106.47 -
System Red Green Blue C M Y K H S L
Decimal 149 201 146 0.26 0 0.27 0.21 116.73 0.34 0.68
Hex 95 C9 92 1A 0 1B 15 75 22 44
Octal 225 311 222 32 0 33 25 165 42 104
Binary 10010101 11001001 10010010 11010 0 11011 10101 1110101 100010 1000100

Color Harmonies of #95C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C992

Black with #95C992

Text Example


Text Example

White with #95C992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,201,146); }

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

background-color css

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

 a { background-color: rgb(149,201,146); }

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

border-color css

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

 span { border-color: rgb(149,201,146); }

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