Html Css Color HEX #96BEBC Shadow Green

📋 copy color: '#96BEBC'

red 150 ◦ green 190 ◦ blue 188

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

Shades of Shadow Green #96BEBC

Tints of Shadow Green #96BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.98%

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

R = 28.41%
G = 35.98%
B = 35.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#96BEBC (or 0x96BEBC) is known color: Shadow Green. HEX triplet: 96, BE and BC. RGB value is (150,190,188). Sum of RGB (Red+Green+Blue) = 150+190+188=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEBC is #694143. Grayscale: #B1B1B1. Windows color (decimal): -6897988 or 12369558. OLE color: 12369558.

HSL color Cylindrical-coordinate representation of color #96BEBC: hue angle of 177º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BEBC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 188 -
CMYK 0.21 0 0.01 0.25
HSL 177º 0.24% 0.67% -
HSV(B) 177º 0.21% 0.75% -
XYZ 40.07 46.94 54.53 -
YUV 177.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 150 190 188 0.21 0 0.01 0.25 177 0.24 0.67
Hex 96 BE BC 15 0 1 19 B1 18 43
Octal 226 276 274 25 0 1 31 261 30 103
Binary 10010110 10111110 10111100 10101 0 1 11001 10110001 11000 1000011

Color Harmonies of #96BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEBC

Black with #96BEBC

Text Example


Text Example

White with #96BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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