Html Css Color HEX #98AFA9 Conch

📋 copy color: '#98AFA9'

red 152 ◦ green 175 ◦ blue 169

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

Shades of Conch #98AFA9

Tints of Conch #98AFA9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.28%

 BLUE value IS 169 (66.41% from 255) = 34.07%

R = 30.65%
G = 35.28%
B = 34.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#98AFA9 (or 0x98AFA9) is known color: Conch. HEX triplet: 98, AF and A9. RGB value is (152,175,169). Sum of RGB (Red+Green+Blue) = 152+175+169=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFA9 is #675056. Grayscale: #A7A7A7. Windows color (decimal): -6770775 or 11120536. OLE color: 11120536.

HSL color Cylindrical-coordinate representation of color #98AFA9: hue angle of 164.35º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AFA9 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 175 169 -
CMYK 0.13 0 0.03 0.31
HSL 164.35º 0.13% 0.64% -
HSV(B) 164.35º 0.13% 0.69% -
XYZ 35.44 40.2 43.43 -
YUV 167.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 152 175 169 0.13 0 0.03 0.31 164.35 0.13 0.64
Hex 98 AF A9 D 0 3 1F A4 D 40
Octal 230 257 251 15 0 3 37 244 15 100
Binary 10011000 10101111 10101001 1101 0 11 11111 10100100 1101 1000000

Color Harmonies of #98AFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AFA9

Black with #98AFA9

Text Example


Text Example

White with #98AFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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