Html Css Color HEX #9CBEAD Skeptic

📋 copy color: '#9CBEAD'

red 156 ◦ green 190 ◦ blue 173

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

Shades of Skeptic #9CBEAD

Tints of Skeptic #9CBEAD

RGB

 RED value IS 156 (61.33% from 255) = 30.06%

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

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

R = 30.06%
G = 36.61%
B = 33.33%

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

#9CBEAD (or 0x9CBEAD) is known color: Skeptic. HEX triplet: 9C, BE and AD. RGB value is (156,190,173). Sum of RGB (Red+Green+Blue) = 156+190+173=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBEAD is #634152. Grayscale: #B1B1B1. Windows color (decimal): -6504787 or 11386524. OLE color: 11386524.

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

Color convert

RGB 156 190 173 -
CMYK 0.18 0 0.09 0.25
HSL 150º 0.21% 0.68% -
HSV(B) 150º 0.18% 0.75% -
XYZ 39.67 46.91 46.5 -
YUV 177.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 156 190 173 0.18 0 0.09 0.25 150 0.21 0.68
Hex 9C BE AD 12 0 9 19 96 15 44
Octal 234 276 255 22 0 11 31 226 25 104
Binary 10011100 10111110 10101101 10010 0 1001 11001 10010110 10101 1000100

Color Harmonies of #9CBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBEAD

Black with #9CBEAD

Text Example


Text Example

White with #9CBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,190,173); }

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

background-color css

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

 a { background-color: rgb(156,190,173); }

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

border-color css

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

 span { border-color: rgb(156,190,173); }

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