Html Css Color HEX #98BBAF Shadow Green

📋 copy color: '#98BBAF'

red 152 ◦ green 187 ◦ blue 175

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

Shades of Shadow Green #98BBAF

Tints of Shadow Green #98BBAF

RGB

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

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

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

R = 29.57%
G = 36.38%
B = 34.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#98BBAF (or 0x98BBAF) is known color: Shadow Green. HEX triplet: 98, BB and AF. RGB value is (152,187,175). Sum of RGB (Red+Green+Blue) = 152+187+175=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #98BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BBAF is #674450. Grayscale: #AFAFAF. Windows color (decimal): -6767697 or 11516824. OLE color: 11516824.

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

Color convert

RGB 152 187 175 -
CMYK 0.19 0 0.06 0.27
HSL 159.43º 0.2% 0.66% -
HSV(B) 159.43º 0.19% 0.73% -
XYZ 38.46 45.31 47.28 -
YUV 175.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 152 187 175 0.19 0 0.06 0.27 159.43 0.2 0.66
Hex 98 BB AF 13 0 6 1B 9F 14 42
Octal 230 273 257 23 0 6 33 237 24 102
Binary 10011000 10111011 10101111 10011 0 110 11011 10011111 10100 1000010

Color Harmonies of #98BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBAF

Black with #98BBAF

Text Example


Text Example

White with #98BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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