Html Css Color HEX #9BC0AA Skeptic

📋 copy color: '#9BC0AA'

red 155 ◦ green 192 ◦ blue 170

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

Shades of Skeptic #9BC0AA

Tints of Skeptic #9BC0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.88%

R = 29.98%
G = 37.14%
B = 32.88%

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

#9BC0AA (or 0x9BC0AA) is known color: Skeptic. HEX triplet: 9B, C0 and AA. RGB value is (155,192,170). Sum of RGB (Red+Green+Blue) = 155+192+170=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC0AA is #643F55. Grayscale: #B2B2B2. Windows color (decimal): -6569814 or 11190427. OLE color: 11190427.

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

Color convert

RGB 155 192 170 -
CMYK 0.19 0 0.11 0.25
HSL 144.32º 0.23% 0.68% -
HSV(B) 144.32º 0.19% 0.75% -
XYZ 39.62 47.57 45.12 -
YUV 178.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 155 192 170 0.19 0 0.11 0.25 144.32 0.23 0.68
Hex 9B C0 AA 13 0 B 19 90 17 44
Octal 233 300 252 23 0 13 31 220 27 104
Binary 10011011 11000000 10101010 10011 0 1011 11001 10010000 10111 1000100

Color Harmonies of #9BC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0AA

Black with #9BC0AA

Text Example


Text Example

White with #9BC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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