Html Css Color HEX #96C8B5 Shadow Green

📋 copy color: '#96C8B5'

red 150 ◦ green 200 ◦ blue 181

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

Shades of Shadow Green #96C8B5

Tints of Shadow Green #96C8B5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.66%

 BLUE value IS 181 (71.09% from 255) = 34.09%

R = 28.25%
G = 37.66%
B = 34.09%

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

#96C8B5 (or 0x96C8B5) is known color: Shadow Green. HEX triplet: 96, C8 and B5. RGB value is (150,200,181). Sum of RGB (Red+Green+Blue) = 150+200+181=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C8B5 is #69374A. Grayscale: #B6B6B6. Windows color (decimal): -6895435 or 11913366. OLE color: 11913366.

HSL color Cylindrical-coordinate representation of color #96C8B5: hue angle of 157.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C8B5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 181 -
CMYK 0.25 0 0.09 0.22
HSL 157.2º 0.31% 0.69% -
HSV(B) 157.2º 0.25% 0.78% -
XYZ 41.57 51.13 51.39 -
YUV 182.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 150 200 181 0.25 0 0.09 0.22 157.2 0.31 0.69
Hex 96 C8 B5 19 0 9 16 9D 1F 45
Octal 226 310 265 31 0 11 26 235 37 105
Binary 10010110 11001000 10110101 11001 0 1001 10110 10011101 11111 1000101

Color Harmonies of #96C8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C8B5

Black with #96C8B5

Text Example


Text Example

White with #96C8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,181); }

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

background-color css

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

 a { background-color: rgb(150,200,181); }

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

border-color css

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

 span { border-color: rgb(150,200,181); }

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