Html Css Color HEX #96C6BC Shadow Green

📋 copy color: '#96C6BC'

red 150 ◦ green 198 ◦ blue 188

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

Shades of Shadow Green #96C6BC

Tints of Shadow Green #96C6BC

RGB

 RED value IS 150 (58.98% from 255) = 27.99%

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 27.99%
G = 36.94%
B = 35.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#96C6BC (or 0x96C6BC) is known color: Shadow Green. HEX triplet: 96, C6 and BC. RGB value is (150,198,188). Sum of RGB (Red+Green+Blue) = 150+198+188=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #96C6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6BC is #693943. Grayscale: #B6B6B6. Windows color (decimal): -6895940 or 12371606. OLE color: 12371606.

HSL color Cylindrical-coordinate representation of color #96C6BC: hue angle of 167.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C6BC is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 198 188 -
CMYK 0.24 0 0.05 0.22
HSL 167.5º 0.3% 0.68% -
HSV(B) 167.5º 0.24% 0.78% -
XYZ 41.85 50.5 55.12 -
YUV 182.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 150 198 188 0.24 0 0.05 0.22 167.5 0.3 0.68
Hex 96 C6 BC 18 0 5 16 A8 1E 44
Octal 226 306 274 30 0 5 26 250 36 104
Binary 10010110 11000110 10111100 11000 0 101 10110 10101000 11110 1000100

Color Harmonies of #96C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C6BC

Black with #96C6BC

Text Example


Text Example

White with #96C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C6BC; }

 p { color: rgb(150,198,188); }

 H1.HeaderClassName
 {
   color: #96C6BC;
 }
 .AnyTagClassName
 {
   color: #96C6BC;
 }
</style>

background-color css

<style>
 a { background-color: #96C6BC; }

 a { background-color: rgb(150,198,188); }

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

border-color css

<style>
 span { border-color: #96C6BC; }

 span { border-color: rgb(150,198,188); }

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