Html Css Color HEX #9BC0AB Skeptic

📋 copy color: '#9BC0AB'

red 155 ◦ green 192 ◦ blue 171

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

Shades of Skeptic #9BC0AB

Tints of Skeptic #9BC0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 29.92%
G = 37.07%
B = 33.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#9BC0AB (or 0x9BC0AB) is known color: Skeptic. HEX triplet: 9B, C0 and AB. RGB value is (155,192,171). Sum of RGB (Red+Green+Blue) = 155+192+171=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC0AB is #643F54. Grayscale: #B2B2B2. Windows color (decimal): -6569813 or 11255963. OLE color: 11255963.

HSL color Cylindrical-coordinate representation of color #9BC0AB: hue angle of 145.95º 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 #9BC0AB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 171 -
CMYK 0.19 0 0.11 0.25
HSL 145.95º 0.23% 0.68% -
HSV(B) 145.95º 0.19% 0.75% -
XYZ 39.72 47.61 45.62 -
YUV 178.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 155 192 171 0.19 0 0.11 0.25 145.95 0.23 0.68
Hex 9B C0 AB 13 0 B 19 92 17 44
Octal 233 300 253 23 0 13 31 222 27 104
Binary 10011011 11000000 10101011 10011 0 1011 11001 10010010 10111 1000100

Color Harmonies of #9BC0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0AB

Black with #9BC0AB

Text Example


Text Example

White with #9BC0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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