Html Css Color HEX #95C7C1 Shadow Green

📋 copy color: '#95C7C1'

red 149 ◦ green 199 ◦ blue 193

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

Shades of Shadow Green #95C7C1

Tints of Shadow Green #95C7C1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.78%

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

R = 27.54%
G = 36.78%
B = 35.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#95C7C1 (or 0x95C7C1) is known color: Shadow Green. HEX triplet: 95, C7 and C1. RGB value is (149,199,193). Sum of RGB (Red+Green+Blue) = 149+199+193=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 199 - color contains mainly: green. Hex color #95C7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C7C1 is #6A383E. Grayscale: #B7B7B7. Windows color (decimal): -6961215 or 12699541. OLE color: 12699541.

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

Color convert

RGB 149 199 193 -
CMYK 0.25 0 0.03 0.22
HSL 172.8º 0.31% 0.68% -
HSV(B) 172.8º 0.25% 0.78% -
XYZ 42.44 51.09 58.08 -
YUV 183.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 149 199 193 0.25 0 0.03 0.22 172.8 0.31 0.68
Hex 95 C7 C1 19 0 3 16 AD 1F 44
Octal 225 307 301 31 0 3 26 255 37 104
Binary 10010101 11000111 11000001 11001 0 11 10110 10101101 11111 1000100

Color Harmonies of #95C7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C7C1

Black with #95C7C1

Text Example


Text Example

White with #95C7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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