Html Css Color HEX #98BBAD Skeptic

📋 copy color: '#98BBAD'

red 152 ◦ green 187 ◦ blue 173

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

Shades of Skeptic #98BBAD

Tints of Skeptic #98BBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

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

R = 29.69%
G = 36.52%
B = 33.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#98BBAD (or 0x98BBAD) is known color: Skeptic. HEX triplet: 98, BB and AD. RGB value is (152,187,173). Sum of RGB (Red+Green+Blue) = 152+187+173=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #98BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BBAD is #674452. Grayscale: #AEAEAE. Windows color (decimal): -6767699 or 11385752. OLE color: 11385752.

HSL color Cylindrical-coordinate representation of color #98BBAD: hue angle of 156º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BBAD is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 187 173 -
CMYK 0.19 0 0.07 0.27
HSL 156º 0.2% 0.66% -
HSV(B) 156º 0.19% 0.73% -
XYZ 38.26 45.23 46.25 -
YUV 174.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 152 187 173 0.19 0 0.07 0.27 156 0.2 0.66
Hex 98 BB AD 13 0 7 1B 9C 14 42
Octal 230 273 255 23 0 7 33 234 24 102
Binary 10011000 10111011 10101101 10011 0 111 11011 10011100 10100 1000010

Color Harmonies of #98BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBAD

Black with #98BBAD

Text Example


Text Example

White with #98BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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