Html Css Color HEX #96CBBE Shadow Green

📋 copy color: '#96CBBE'

red 150 ◦ green 203 ◦ blue 190

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

Shades of Shadow Green #96CBBE

Tints of Shadow Green #96CBBE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.38%

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 27.62%
G = 37.38%
B = 34.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#96CBBE (or 0x96CBBE) is known color: Shadow Green. HEX triplet: 96, CB and BE. RGB value is (150,203,190). Sum of RGB (Red+Green+Blue) = 150+203+190=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBBE is #693441. Grayscale: #B9B9B9. Windows color (decimal): -6894658 or 12503958. OLE color: 12503958.

HSL color Cylindrical-coordinate representation of color #96CBBE: hue angle of 165.28º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBBE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 190 -
CMYK 0.26 0 0.06 0.20
HSL 165.28º 0.34% 0.69% -
HSV(B) 165.28º 0.26% 0.8% -
XYZ 43.23 52.91 56.65 -
YUV 185.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 150 203 190 0.26 0 0.06 0.20 165.28 0.34 0.69
Hex 96 CB BE 1A 0 6 14 A5 22 45
Octal 226 313 276 32 0 6 24 245 42 105
Binary 10010110 11001011 10111110 11010 0 110 10100 10100101 100010 1000101

Color Harmonies of #96CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBBE

Black with #96CBBE

Text Example


Text Example

White with #96CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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