Html Css Color HEX #9BC6C1 Shadow Green

📋 copy color: '#9BC6C1'

red 155 ◦ green 198 ◦ blue 193

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

Shades of Shadow Green #9BC6C1

Tints of Shadow Green #9BC6C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.35%

R = 28.39%
G = 36.26%
B = 35.35%

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

#9BC6C1 (or 0x9BC6C1) is known color: Shadow Green. HEX triplet: 9B, C6 and C1. RGB value is (155,198,193). Sum of RGB (Red+Green+Blue) = 155+198+193=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6C1 is #64393E. Grayscale: #B8B8B8. Windows color (decimal): -6568255 or 12699291. OLE color: 12699291.

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

Color convert

RGB 155 198 193 -
CMYK 0.22 0 0.03 0.22
HSL 173.02º 0.27% 0.69% -
HSV(B) 173.02º 0.22% 0.78% -
XYZ 43.34 51.21 58.05 -
YUV 184.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 155 198 193 0.22 0 0.03 0.22 173.02 0.27 0.69
Hex 9B C6 C1 16 0 3 16 AD 1B 45
Octal 233 306 301 26 0 3 26 255 33 105
Binary 10011011 11000110 11000001 10110 0 11 10110 10101101 11011 1000101

Color Harmonies of #9BC6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC6C1

Black with #9BC6C1

Text Example


Text Example

White with #9BC6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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