Html Css Color HEX #95C6BD Shadow Green

📋 copy color: '#95C6BD'

red 149 ◦ green 198 ◦ blue 189

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

Shades of Shadow Green #95C6BD

Tints of Shadow Green #95C6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.94%

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 27.8%
G = 36.94%
B = 35.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#95C6BD (or 0x95C6BD) is known color: Shadow Green. HEX triplet: 95, C6 and BD. RGB value is (149,198,189). Sum of RGB (Red+Green+Blue) = 149+198+189=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #95C6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C6BD is #6A3942. Grayscale: #B6B6B6. Windows color (decimal): -6961475 or 12437141. OLE color: 12437141.

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

Color convert

RGB 149 198 189 -
CMYK 0.25 0 0.05 0.22
HSL 168.98º 0.3% 0.68% -
HSV(B) 168.98º 0.25% 0.78% -
XYZ 41.77 50.45 55.68 -
YUV 182.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 149 198 189 0.25 0 0.05 0.22 168.98 0.3 0.68
Hex 95 C6 BD 19 0 5 16 A9 1E 44
Octal 225 306 275 31 0 5 26 251 36 104
Binary 10010101 11000110 10111101 11001 0 101 10110 10101001 11110 1000100

Color Harmonies of #95C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C6BD

Black with #95C6BD

Text Example


Text Example

White with #95C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,198,189); }

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

background-color css

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

 a { background-color: rgb(149,198,189); }

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

border-color css

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

 span { border-color: rgb(149,198,189); }

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