Html Css Color HEX #95C0BA Shadow Green

📋 copy color: '#95C0BA'

red 149 ◦ green 192 ◦ blue 186

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

Shades of Shadow Green #95C0BA

Tints of Shadow Green #95C0BA

RGB

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

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

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

R = 28.27%
G = 36.43%
B = 35.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#95C0BA (or 0x95C0BA) is known color: Shadow Green. HEX triplet: 95, C0 and BA. RGB value is (149,192,186). Sum of RGB (Red+Green+Blue) = 149+192+186=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #95C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C0BA is #6A3F45. Grayscale: #B2B2B2. Windows color (decimal): -6963014 or 12238997. OLE color: 12238997.

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

Color convert

RGB 149 192 186 -
CMYK 0.22 0 0.03 0.25
HSL 171.63º 0.25% 0.67% -
HSV(B) 171.63º 0.22% 0.75% -
XYZ 40.11 47.63 53.53 -
YUV 178.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 149 192 186 0.22 0 0.03 0.25 171.63 0.25 0.67
Hex 95 C0 BA 16 0 3 19 AC 19 43
Octal 225 300 272 26 0 3 31 254 31 103
Binary 10010101 11000000 10111010 10110 0 11 11001 10101100 11001 1000011

Color Harmonies of #95C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C0BA

Black with #95C0BA

Text Example


Text Example

White with #95C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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