Html Css Color HEX #98C0AD Skeptic

📋 copy color: '#98C0AD'

red 152 ◦ green 192 ◦ blue 173

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

Shades of Skeptic #98C0AD

Tints of Skeptic #98C0AD

RGB

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

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

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

R = 29.4%
G = 37.14%
B = 33.46%

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

#98C0AD (or 0x98C0AD) is known color: Skeptic. HEX triplet: 98, C0 and AD. RGB value is (152,192,173). Sum of RGB (Red+Green+Blue) = 152+192+173=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #98C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C0AD is #673F52. Grayscale: #B1B1B1. Windows color (decimal): -6766419 or 11387032. OLE color: 11387032.

HSL color Cylindrical-coordinate representation of color #98C0AD: hue angle of 151.5º 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 #98C0AD is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 173 -
CMYK 0.21 0 0.10 0.25
HSL 151.5º 0.24% 0.67% -
HSV(B) 151.5º 0.21% 0.75% -
XYZ 39.34 47.39 46.61 -
YUV 177.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 152 192 173 0.21 0 0.10 0.25 151.5 0.24 0.67
Hex 98 C0 AD 15 0 A 19 98 18 43
Octal 230 300 255 25 0 12 31 230 30 103
Binary 10011000 11000000 10101101 10101 0 1010 11001 10011000 11000 1000011

Color Harmonies of #98C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C0AD

Black with #98C0AD

Text Example


Text Example

White with #98C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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