Html Css Color HEX #9BC6BB Shadow Green

📋 copy color: '#9BC6BB'

red 155 ◦ green 198 ◦ blue 187

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

Shades of Shadow Green #9BC6BB

Tints of Shadow Green #9BC6BB

RGB

 RED value IS 155 (60.94% from 255) = 28.7%

 GREEN value IS 198 (77.73% from 255) = 36.67%

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

R = 28.7%
G = 36.67%
B = 34.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#9BC6BB (or 0x9BC6BB) is known color: Shadow Green. HEX triplet: 9B, C6 and BB. RGB value is (155,198,187). Sum of RGB (Red+Green+Blue) = 155+198+187=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6BB is #643944. Grayscale: #B7B7B7. Windows color (decimal): -6568261 or 12306075. OLE color: 12306075.

HSL color Cylindrical-coordinate representation of color #9BC6BB: hue angle of 164.65º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC6BB is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 187 -
CMYK 0.22 0 0.06 0.22
HSL 164.65º 0.27% 0.69% -
HSV(B) 164.65º 0.22% 0.78% -
XYZ 42.68 50.94 54.6 -
YUV 183.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 155 198 187 0.22 0 0.06 0.22 164.65 0.27 0.69
Hex 9B C6 BB 16 0 6 16 A5 1B 45
Octal 233 306 273 26 0 6 26 245 33 105
Binary 10011011 11000110 10111011 10110 0 110 10110 10100101 11011 1000101

Color Harmonies of #9BC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC6BB

Black with #9BC6BB

Text Example


Text Example

White with #9BC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BC6BB; }

 p { color: rgb(155,198,187); }

 H1.HeaderClassName
 {
   color: #9BC6BB;
 }
 .AnyTagClassName
 {
   color: #9BC6BB;
 }
</style>

background-color css

<style>
 a { background-color: #9BC6BB; }

 a { background-color: rgb(155,198,187); }

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

border-color css

<style>
 span { border-color: #9BC6BB; }

 span { border-color: rgb(155,198,187); }

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