Html Css Color HEX #9BC0AD Skeptic

📋 copy color: '#9BC0AD'

red 155 ◦ green 192 ◦ blue 173

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

Shades of Skeptic #9BC0AD

Tints of Skeptic #9BC0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.92%

 BLUE value IS 173 (67.97% from 255) = 33.27%

R = 29.81%
G = 36.92%
B = 33.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#9BC0AD (or 0x9BC0AD) is known color: Skeptic. HEX triplet: 9B, C0 and AD. RGB value is (155,192,173). Sum of RGB (Red+Green+Blue) = 155+192+173=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC0AD is #643F52. Grayscale: #B2B2B2. Windows color (decimal): -6569811 or 11387035. OLE color: 11387035.

HSL color Cylindrical-coordinate representation of color #9BC0AD: hue angle of 149.19º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BC0AD is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 173 -
CMYK 0.19 0 0.10 0.25
HSL 149.19º 0.23% 0.68% -
HSV(B) 149.19º 0.19% 0.75% -
XYZ 39.91 47.68 46.64 -
YUV 178.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 155 192 173 0.19 0 0.10 0.25 149.19 0.23 0.68
Hex 9B C0 AD 13 0 A 19 95 17 44
Octal 233 300 255 23 0 12 31 225 27 104
Binary 10011011 11000000 10101101 10011 0 1010 11001 10010101 10111 1000100

Color Harmonies of #9BC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0AD

Black with #9BC0AD

Text Example


Text Example

White with #9BC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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