Html Css Color HEX #98BCAD Skeptic

📋 copy color: '#98BCAD'

red 152 ◦ green 188 ◦ blue 173

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

Shades of Skeptic #98BCAD

Tints of Skeptic #98BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.65%

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

R = 29.63%
G = 36.65%
B = 33.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#98BCAD (or 0x98BCAD) is known color: Skeptic. HEX triplet: 98, BC and AD. RGB value is (152,188,173). Sum of RGB (Red+Green+Blue) = 152+188+173=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCAD is #674352. Grayscale: #AFAFAF. Windows color (decimal): -6767443 or 11386008. OLE color: 11386008.

HSL color Cylindrical-coordinate representation of color #98BCAD: hue angle of 155º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BCAD is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 173 -
CMYK 0.19 0 0.08 0.26
HSL 155º 0.21% 0.67% -
HSV(B) 155º 0.19% 0.74% -
XYZ 38.47 45.66 46.32 -
YUV 175.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 152 188 173 0.19 0 0.08 0.26 155 0.21 0.67
Hex 98 BC AD 13 0 8 1A 9B 15 43
Octal 230 274 255 23 0 10 32 233 25 103
Binary 10011000 10111100 10101101 10011 0 1000 11010 10011011 10101 1000011

Color Harmonies of #98BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCAD

Black with #98BCAD

Text Example


Text Example

White with #98BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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