Html Css Color HEX #9BBFAB Skeptic

📋 copy color: '#9BBFAB'

red 155 ◦ green 191 ◦ blue 171

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

Shades of Skeptic #9BBFAB

Tints of Skeptic #9BBFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.94%

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

R = 29.98%
G = 36.94%
B = 33.08%

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

#9BBFAB (or 0x9BBFAB) is known color: Skeptic. HEX triplet: 9B, BF and AB. RGB value is (155,191,171). Sum of RGB (Red+Green+Blue) = 155+191+171=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBFAB is #644054. Grayscale: #B2B2B2. Windows color (decimal): -6570069 or 11255707. OLE color: 11255707.

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

Color convert

RGB 155 191 171 -
CMYK 0.19 0 0.10 0.25
HSL 146.67º 0.22% 0.68% -
HSV(B) 146.67º 0.19% 0.75% -
XYZ 39.5 47.17 45.55 -
YUV 177.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 155 191 171 0.19 0 0.10 0.25 146.67 0.22 0.68
Hex 9B BF AB 13 0 A 19 93 16 44
Octal 233 277 253 23 0 12 31 223 26 104
Binary 10011011 10111111 10101011 10011 0 1010 11001 10010011 10110 1000100

Color Harmonies of #9BBFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFAB

Black with #9BBFAB

Text Example


Text Example

White with #9BBFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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