Html Css Color HEX #98C0AF Skeptic

📋 copy color: '#98C0AF'

red 152 ◦ green 192 ◦ blue 175

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

Shades of Skeptic #98C0AF

Tints of Skeptic #98C0AF

RGB

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

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

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

R = 29.29%
G = 36.99%
B = 33.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#98C0AF (or 0x98C0AF) is known color: Skeptic. HEX triplet: 98, C0 and AF. RGB value is (152,192,175). Sum of RGB (Red+Green+Blue) = 152+192+175=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #98C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C0AF is #673F50. Grayscale: #B2B2B2. Windows color (decimal): -6766417 or 11518104. OLE color: 11518104.

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

Color convert

RGB 152 192 175 -
CMYK 0.21 0 0.09 0.25
HSL 154.5º 0.24% 0.67% -
HSV(B) 154.5º 0.21% 0.75% -
XYZ 39.54 47.47 47.64 -
YUV 178.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 152 192 175 0.21 0 0.09 0.25 154.5 0.24 0.67
Hex 98 C0 AF 15 0 9 19 9A 18 43
Octal 230 300 257 25 0 11 31 232 30 103
Binary 10011000 11000000 10101111 10101 0 1001 11001 10011010 11000 1000011

Color Harmonies of #98C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C0AF

Black with #98C0AF

Text Example


Text Example

White with #98C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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