Html Css Color HEX #9BC6BE Shadow Green

📋 copy color: '#9BC6BE'

red 155 ◦ green 198 ◦ blue 190

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

Shades of Shadow Green #9BC6BE

Tints of Shadow Green #9BC6BE

RGB

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

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

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

R = 28.55%
G = 36.46%
B = 34.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#9BC6BE (or 0x9BC6BE) is known color: Shadow Green. HEX triplet: 9B, C6 and BE. RGB value is (155,198,190). Sum of RGB (Red+Green+Blue) = 155+198+190=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6BE is #643941. Grayscale: #B8B8B8. Windows color (decimal): -6568258 or 12502683. OLE color: 12502683.

HSL color Cylindrical-coordinate representation of color #9BC6BE: hue angle of 168.84º 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 #9BC6BE is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 190 -
CMYK 0.22 0 0.04 0.22
HSL 168.84º 0.27% 0.69% -
HSV(B) 168.84º 0.22% 0.78% -
XYZ 43.01 51.07 56.31 -
YUV 184.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 155 198 190 0.22 0 0.04 0.22 168.84 0.27 0.69
Hex 9B C6 BE 16 0 4 16 A9 1B 45
Octal 233 306 276 26 0 4 26 251 33 105
Binary 10011011 11000110 10111110 10110 0 100 10110 10101001 11011 1000101

Color Harmonies of #9BC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC6BE

Black with #9BC6BE

Text Example


Text Example

White with #9BC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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