Html Css Color HEX #96CEBC Shadow Green

📋 copy color: '#96CEBC'

red 150 ◦ green 206 ◦ blue 188

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

Shades of Shadow Green #96CEBC

Tints of Shadow Green #96CEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.87%

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

R = 27.57%
G = 37.87%
B = 34.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#96CEBC (or 0x96CEBC) is known color: Shadow Green. HEX triplet: 96, CE and BC. RGB value is (150,206,188). Sum of RGB (Red+Green+Blue) = 150+206+188=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEBC is #693143. Grayscale: #BBBBBB. Windows color (decimal): -6893892 or 12373654. OLE color: 12373654.

HSL color Cylindrical-coordinate representation of color #96CEBC: hue angle of 160.71º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEBC is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 188 -
CMYK 0.27 0 0.09 0.19
HSL 160.71º 0.36% 0.7% -
HSV(B) 160.71º 0.27% 0.81% -
XYZ 43.73 54.26 55.75 -
YUV 187.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 150 206 188 0.27 0 0.09 0.19 160.71 0.36 0.7
Hex 96 CE BC 1B 0 9 13 A1 24 46
Octal 226 316 274 33 0 11 23 241 44 106
Binary 10010110 11001110 10111100 11011 0 1001 10011 10100001 100100 1000110

Color Harmonies of #96CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEBC

Black with #96CEBC

Text Example


Text Example

White with #96CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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