Html Css Color HEX #95C0B5 Shadow Green

📋 copy color: '#95C0B5'

red 149 ◦ green 192 ◦ blue 181

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

Shades of Shadow Green #95C0B5

Tints of Shadow Green #95C0B5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.78%

 BLUE value IS 181 (71.09% from 255) = 34.67%

R = 28.54%
G = 36.78%
B = 34.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#95C0B5 (or 0x95C0B5) is known color: Shadow Green. HEX triplet: 95, C0 and B5. RGB value is (149,192,181). Sum of RGB (Red+Green+Blue) = 149+192+181=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #95C0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C0B5 is #6A3F4A. Grayscale: #B1B1B1. Windows color (decimal): -6963019 or 11911317. OLE color: 11911317.

HSL color Cylindrical-coordinate representation of color #95C0B5: hue angle of 164.65º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95C0B5 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 181 -
CMYK 0.22 0 0.06 0.25
HSL 164.65º 0.25% 0.67% -
HSV(B) 164.65º 0.22% 0.75% -
XYZ 39.58 47.43 50.78 -
YUV 177.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 149 192 181 0.22 0 0.06 0.25 164.65 0.25 0.67
Hex 95 C0 B5 16 0 6 19 A5 19 43
Octal 225 300 265 26 0 6 31 245 31 103
Binary 10010101 11000000 10110101 10110 0 110 11001 10100101 11001 1000011

Color Harmonies of #95C0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C0B5

Black with #95C0B5

Text Example


Text Example

White with #95C0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,181); }

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

background-color css

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

 a { background-color: rgb(149,192,181); }

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

border-color css

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

 span { border-color: rgb(149,192,181); }

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