Html Css Color HEX #98C0AC Skeptic

📋 copy color: '#98C0AC'

red 152 ◦ green 192 ◦ blue 172

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

Shades of Skeptic #98C0AC

Tints of Skeptic #98C0AC

RGB

 RED value IS 152 (59.77% from 255) = 29.46%

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

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

R = 29.46%
G = 37.21%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#98C0AC (or 0x98C0AC) is known color: Skeptic. HEX triplet: 98, C0 and AC. RGB value is (152,192,172). Sum of RGB (Red+Green+Blue) = 152+192+172=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #98C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C0AC is #673F53. Grayscale: #B1B1B1. Windows color (decimal): -6766420 or 11321496. OLE color: 11321496.

HSL color Cylindrical-coordinate representation of color #98C0AC: hue angle of 150º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98C0AC is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 172 -
CMYK 0.21 0 0.10 0.25
HSL 150º 0.24% 0.67% -
HSV(B) 150º 0.21% 0.75% -
XYZ 39.24 47.35 46.1 -
YUV 177.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 152 192 172 0.21 0 0.10 0.25 150 0.24 0.67
Hex 98 C0 AC 15 0 A 19 96 18 43
Octal 230 300 254 25 0 12 31 226 30 103
Binary 10011000 11000000 10101100 10101 0 1010 11001 10010110 11000 1000011

Color Harmonies of #98C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C0AC

Black with #98C0AC

Text Example


Text Example

White with #98C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98C0AC; }

 p { color: rgb(152,192,172); }

 H1.HeaderClassName
 {
   color: #98C0AC;
 }
 .AnyTagClassName
 {
   color: #98C0AC;
 }
</style>

background-color css

<style>
 a { background-color: #98C0AC; }

 a { background-color: rgb(152,192,172); }

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

border-color css

<style>
 span { border-color: #98C0AC; }

 span { border-color: rgb(152,192,172); }

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