Html Css Color HEX #9BBEAC Skeptic

📋 copy color: '#9BBEAC'

red 155 ◦ green 190 ◦ blue 172

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

Shades of Skeptic #9BBEAC

Tints of Skeptic #9BBEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

 BLUE value IS 172 (67.58% from 255) = 33.27%

R = 29.98%
G = 36.75%
B = 33.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#9BBEAC (or 0x9BBEAC) is known color: Skeptic. HEX triplet: 9B, BE and AC. RGB value is (155,190,172). Sum of RGB (Red+Green+Blue) = 155+190+172=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEAC is #644153. Grayscale: #B1B1B1. Windows color (decimal): -6570324 or 11320987. OLE color: 11320987.

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

Color convert

RGB 155 190 172 -
CMYK 0.18 0 0.09 0.25
HSL 149.14º 0.21% 0.68% -
HSV(B) 149.14º 0.18% 0.75% -
XYZ 39.38 46.77 45.98 -
YUV 177.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 155 190 172 0.18 0 0.09 0.25 149.14 0.21 0.68
Hex 9B BE AC 12 0 9 19 95 15 44
Octal 233 276 254 22 0 11 31 225 25 104
Binary 10011011 10111110 10101100 10010 0 1001 11001 10010101 10101 1000100

Color Harmonies of #9BBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEAC

Black with #9BBEAC

Text Example


Text Example

White with #9BBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,172); }

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

background-color css

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

 a { background-color: rgb(155,190,172); }

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

border-color css

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

 span { border-color: rgb(155,190,172); }

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