Html Css Color HEX #95C3BA Shadow Green

📋 copy color: '#95C3BA'

red 149 ◦ green 195 ◦ blue 186

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

Shades of Shadow Green #95C3BA

Tints of Shadow Green #95C3BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 28.11%
G = 36.79%
B = 35.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#95C3BA (or 0x95C3BA) is known color: Shadow Green. HEX triplet: 95, C3 and BA. RGB value is (149,195,186). Sum of RGB (Red+Green+Blue) = 149+195+186=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C3BA is #6A3C45. Grayscale: #B4B4B4. Windows color (decimal): -6962246 or 12239765. OLE color: 12239765.

HSL color Cylindrical-coordinate representation of color #95C3BA: hue angle of 168.26º 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 #95C3BA is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 186 -
CMYK 0.24 0 0.05 0.24
HSL 168.26º 0.28% 0.67% -
HSV(B) 168.26º 0.24% 0.76% -
XYZ 40.77 48.96 53.76 -
YUV 180.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 149 195 186 0.24 0 0.05 0.24 168.26 0.28 0.67
Hex 95 C3 BA 18 0 5 18 A8 1C 43
Octal 225 303 272 30 0 5 30 250 34 103
Binary 10010101 11000011 10111010 11000 0 101 11000 10101000 11100 1000011

Color Harmonies of #95C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C3BA

Black with #95C3BA

Text Example


Text Example

White with #95C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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