Html Css Color HEX #9CC0AF Skeptic

📋 copy color: '#9CC0AF'

red 156 ◦ green 192 ◦ blue 175

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

Shades of Skeptic #9CC0AF

Tints of Skeptic #9CC0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 29.83%
G = 36.71%
B = 33.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#9CC0AF (or 0x9CC0AF) is known color: Skeptic. HEX triplet: 9C, C0 and AF. RGB value is (156,192,175). Sum of RGB (Red+Green+Blue) = 156+192+175=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC0AF is #633F50. Grayscale: #B3B3B3. Windows color (decimal): -6504273 or 11518108. OLE color: 11518108.

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

Color convert

RGB 156 192 175 -
CMYK 0.19 0 0.09 0.25
HSL 151.67º 0.22% 0.68% -
HSV(B) 151.67º 0.19% 0.75% -
XYZ 40.3 47.86 47.67 -
YUV 179.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 156 192 175 0.19 0 0.09 0.25 151.67 0.22 0.68
Hex 9C C0 AF 13 0 9 19 98 16 44
Octal 234 300 257 23 0 11 31 230 26 104
Binary 10011100 11000000 10101111 10011 0 1001 11001 10011000 10110 1000100

Color Harmonies of #9CC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC0AF

Black with #9CC0AF

Text Example


Text Example

White with #9CC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,175); }

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

background-color css

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

 a { background-color: rgb(156,192,175); }

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

border-color css

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

 span { border-color: rgb(156,192,175); }

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