Html Css Color HEX #95C6B4 Shadow Green

📋 copy color: '#95C6B4'

red 149 ◦ green 198 ◦ blue 180

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

Shades of Shadow Green #95C6B4

Tints of Shadow Green #95C6B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.16%

R = 28.27%
G = 37.57%
B = 34.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#95C6B4 (or 0x95C6B4) is known color: Shadow Green. HEX triplet: 95, C6 and B4. RGB value is (149,198,180). Sum of RGB (Red+Green+Blue) = 149+198+180=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #95C6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C6B4 is #6A394B. Grayscale: #B5B5B5. Windows color (decimal): -6961484 or 11847317. OLE color: 11847317.

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

Color convert

RGB 149 198 180 -
CMYK 0.25 0 0.09 0.22
HSL 157.96º 0.3% 0.68% -
HSV(B) 157.96º 0.25% 0.78% -
XYZ 40.83 50.07 50.69 -
YUV 181.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 149 198 180 0.25 0 0.09 0.22 157.96 0.3 0.68
Hex 95 C6 B4 19 0 9 16 9E 1E 44
Octal 225 306 264 31 0 11 26 236 36 104
Binary 10010101 11000110 10110100 11001 0 1001 10110 10011110 11110 1000100

Color Harmonies of #95C6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C6B4

Black with #95C6B4

Text Example


Text Example

White with #95C6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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