Html Css Color HEX #9BC6C0 Shadow Green

📋 copy color: '#9BC6C0'

red 155 ◦ green 198 ◦ blue 192

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

Shades of Shadow Green #9BC6C0

Tints of Shadow Green #9BC6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 28.44%
G = 36.33%
B = 35.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#9BC6C0 (or 0x9BC6C0) is known color: Shadow Green. HEX triplet: 9B, C6 and C0. RGB value is (155,198,192). Sum of RGB (Red+Green+Blue) = 155+198+192=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6C0 is #64393F. Grayscale: #B8B8B8. Windows color (decimal): -6568256 or 12633755. OLE color: 12633755.

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

Color convert

RGB 155 198 192 -
CMYK 0.22 0 0.03 0.22
HSL 171.63º 0.27% 0.69% -
HSV(B) 171.63º 0.22% 0.78% -
XYZ 43.23 51.16 57.47 -
YUV 184.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 155 198 192 0.22 0 0.03 0.22 171.63 0.27 0.69
Hex 9B C6 C0 16 0 3 16 AC 1B 45
Octal 233 306 300 26 0 3 26 254 33 105
Binary 10011011 11000110 11000000 10110 0 11 10110 10101100 11011 1000101

Color Harmonies of #9BC6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC6C0

Black with #9BC6C0

Text Example


Text Example

White with #9BC6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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