Html Css Color HEX #95C3C1 Shadow Green

📋 copy color: '#95C3C1'

red 149 ◦ green 195 ◦ blue 193

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

Shades of Shadow Green #95C3C1

Tints of Shadow Green #95C3C1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.31%

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 27.75%
G = 36.31%
B = 35.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#95C3C1 (or 0x95C3C1) is known color: Shadow Green. HEX triplet: 95, C3 and C1. RGB value is (149,195,193). Sum of RGB (Red+Green+Blue) = 149+195+193=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C3C1 is #6A3C3E. Grayscale: #B4B4B4. Windows color (decimal): -6962239 or 12698517. OLE color: 12698517.

HSL color Cylindrical-coordinate representation of color #95C3C1: hue angle of 177.39º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C3C1 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 193 -
CMYK 0.24 0 0.01 0.24
HSL 177.39º 0.28% 0.67% -
HSV(B) 177.39º 0.24% 0.76% -
XYZ 41.54 49.27 57.77 -
YUV 181.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 149 195 193 0.24 0 0.01 0.24 177.39 0.28 0.67
Hex 95 C3 C1 18 0 1 18 B1 1C 43
Octal 225 303 301 30 0 1 30 261 34 103
Binary 10010101 11000011 11000001 11000 0 1 11000 10110001 11100 1000011

Color Harmonies of #95C3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C3C1

Black with #95C3C1

Text Example


Text Example

White with #95C3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,193); }

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

background-color css

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

 a { background-color: rgb(149,195,193); }

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

border-color css

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

 span { border-color: rgb(149,195,193); }

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