Html Css Color HEX #96BEBA Shadow Green

📋 copy color: '#96BEBA'

red 150 ◦ green 190 ◦ blue 186

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

Shades of Shadow Green #96BEBA

Tints of Shadow Green #96BEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 28.52%
G = 36.12%
B = 35.36%

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

#96BEBA (or 0x96BEBA) is known color: Shadow Green. HEX triplet: 96, BE and BA. RGB value is (150,190,186). Sum of RGB (Red+Green+Blue) = 150+190+186=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEBA is #694145. Grayscale: #B1B1B1. Windows color (decimal): -6897990 or 12238486. OLE color: 12238486.

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

Color convert

RGB 150 190 186 -
CMYK 0.21 0 0.02 0.25
HSL 174º 0.24% 0.67% -
HSV(B) 174º 0.21% 0.75% -
XYZ 39.85 46.86 53.4 -
YUV 177.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 150 190 186 0.21 0 0.02 0.25 174 0.24 0.67
Hex 96 BE BA 15 0 2 19 AE 18 43
Octal 226 276 272 25 0 2 31 256 30 103
Binary 10010110 10111110 10111010 10101 0 10 11001 10101110 11000 1000011

Color Harmonies of #96BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEBA

Black with #96BEBA

Text Example


Text Example

White with #96BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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