Html Css Color HEX #95C6BE Shadow Green

📋 copy color: '#95C6BE'

red 149 ◦ green 198 ◦ blue 190

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

Shades of Shadow Green #95C6BE

Tints of Shadow Green #95C6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.38%

R = 27.75%
G = 36.87%
B = 35.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#95C6BE (or 0x95C6BE) is known color: Shadow Green. HEX triplet: 95, C6 and BE. RGB value is (149,198,190). Sum of RGB (Red+Green+Blue) = 149+198+190=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #95C6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C6BE is #6A3941. Grayscale: #B6B6B6. Windows color (decimal): -6961474 or 12502677. OLE color: 12502677.

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

Color convert

RGB 149 198 190 -
CMYK 0.25 0 0.04 0.22
HSL 170.2º 0.3% 0.68% -
HSV(B) 170.2º 0.25% 0.78% -
XYZ 41.88 50.5 56.25 -
YUV 182.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 149 198 190 0.25 0 0.04 0.22 170.2 0.3 0.68
Hex 95 C6 BE 19 0 4 16 AA 1E 44
Octal 225 306 276 31 0 4 26 252 36 104
Binary 10010101 11000110 10111110 11001 0 100 10110 10101010 11110 1000100

Color Harmonies of #95C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C6BE

Black with #95C6BE

Text Example


Text Example

White with #95C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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