Html Css Color HEX #9BC5C0 Shadow Green

📋 copy color: '#9BC5C0'

red 155 ◦ green 197 ◦ blue 192

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

Shades of Shadow Green #9BC5C0

Tints of Shadow Green #9BC5C0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.21%

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

R = 28.49%
G = 36.21%
B = 35.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#9BC5C0 (or 0x9BC5C0) is known color: Shadow Green. HEX triplet: 9B, C5 and C0. RGB value is (155,197,192). Sum of RGB (Red+Green+Blue) = 155+197+192=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5C0 is #643A3F. Grayscale: #B7B7B7. Windows color (decimal): -6568512 or 12633499. OLE color: 12633499.

HSL color Cylindrical-coordinate representation of color #9BC5C0: hue angle of 172.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC5C0 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 197 192 -
CMYK 0.21 0 0.03 0.23
HSL 172.86º 0.27% 0.69% -
HSV(B) 172.86º 0.21% 0.77% -
XYZ 43 50.71 57.39 -
YUV 183.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 155 197 192 0.21 0 0.03 0.23 172.86 0.27 0.69
Hex 9B C5 C0 15 0 3 17 AD 1B 45
Octal 233 305 300 25 0 3 27 255 33 105
Binary 10011011 11000101 11000000 10101 0 11 10111 10101101 11011 1000101

Color Harmonies of #9BC5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC5C0

Black with #9BC5C0

Text Example


Text Example

White with #9BC5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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