Html Css Color HEX #96BEBB Shadow Green

📋 copy color: '#96BEBB'

red 150 ◦ green 190 ◦ blue 187

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

Shades of Shadow Green #96BEBB

Tints of Shadow Green #96BEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 28.46%
G = 36.05%
B = 35.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#96BEBB (or 0x96BEBB) is known color: Shadow Green. HEX triplet: 96, BE and BB. RGB value is (150,190,187). Sum of RGB (Red+Green+Blue) = 150+190+187=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEBB is #694144. Grayscale: #B1B1B1. Windows color (decimal): -6897989 or 12304022. OLE color: 12304022.

HSL color Cylindrical-coordinate representation of color #96BEBB: hue angle of 175.5º 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 #96BEBB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 187 -
CMYK 0.21 0 0.02 0.25
HSL 175.5º 0.24% 0.67% -
HSV(B) 175.5º 0.21% 0.75% -
XYZ 39.96 46.9 53.96 -
YUV 177.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 150 190 187 0.21 0 0.02 0.25 175.5 0.24 0.67
Hex 96 BE BB 15 0 2 19 B0 18 43
Octal 226 276 273 25 0 2 31 260 30 103
Binary 10010110 10111110 10111011 10101 0 10 11001 10110000 11000 1000011

Color Harmonies of #96BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEBB

Black with #96BEBB

Text Example


Text Example

White with #96BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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