Html Css Color HEX #98BBA8 Skeptic

📋 copy color: '#98BBA8'

red 152 ◦ green 187 ◦ blue 168

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

Shades of Skeptic #98BBA8

Tints of Skeptic #98BBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.14%

R = 29.98%
G = 36.88%
B = 33.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#98BBA8 (or 0x98BBA8) is known color: Skeptic. HEX triplet: 98, BB and A8. RGB value is (152,187,168). Sum of RGB (Red+Green+Blue) = 152+187+168=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #98BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BBA8 is #674457. Grayscale: #AEAEAE. Windows color (decimal): -6767704 or 11058072. OLE color: 11058072.

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

Color convert

RGB 152 187 168 -
CMYK 0.19 0 0.10 0.27
HSL 147.43º 0.2% 0.66% -
HSV(B) 147.43º 0.19% 0.73% -
XYZ 37.79 45.04 43.75 -
YUV 174.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 152 187 168 0.19 0 0.10 0.27 147.43 0.2 0.66
Hex 98 BB A8 13 0 A 1B 93 14 42
Octal 230 273 250 23 0 12 33 223 24 102
Binary 10011000 10111011 10101000 10011 0 1010 11011 10010011 10100 1000010

Color Harmonies of #98BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBA8

Black with #98BBA8

Text Example


Text Example

White with #98BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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