Html Css Color HEX #98AB9F Edward

📋 copy color: '#98AB9F'

red 152 ◦ green 171 ◦ blue 159

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

Shades of Edward #98AB9F

Tints of Edward #98AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 31.54%
G = 35.48%
B = 32.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#98AB9F (or 0x98AB9F) is known color: Edward. HEX triplet: 98, AB and 9F. RGB value is (152,171,159). Sum of RGB (Red+Green+Blue) = 152+171+159=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AB9F is #675460. Grayscale: #A3A3A3. Windows color (decimal): -6771809 or 10464152. OLE color: 10464152.

HSL color Cylindrical-coordinate representation of color #98AB9F: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98AB9F is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 171 159 -
CMYK 0.11 0 0.07 0.33
HSL 142.11º 0.1% 0.63% -
HSV(B) 142.11º 0.11% 0.67% -
XYZ 33.77 38.3 38.41 -
YUV 163.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 152 171 159 0.11 0 0.07 0.33 142.11 0.1 0.63
Hex 98 AB 9F B 0 7 21 8E A 3F
Octal 230 253 237 13 0 7 41 216 12 77
Binary 10011000 10101011 10011111 1011 0 111 100001 10001110 1010 111111

Color Harmonies of #98AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AB9F

Black with #98AB9F

Text Example


Text Example

White with #98AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,171,159); }

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

background-color css

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

 a { background-color: rgb(152,171,159); }

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

border-color css

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

 span { border-color: rgb(152,171,159); }

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