Html Css Color HEX #98AFAC Conch

📋 copy color: '#98AFAC'

red 152 ◦ green 175 ◦ blue 172

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

Shades of Conch #98AFAC

Tints of Conch #98AFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.47%

R = 30.46%
G = 35.07%
B = 34.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#98AFAC (or 0x98AFAC) is known color: Conch. HEX triplet: 98, AF and AC. RGB value is (152,175,172). Sum of RGB (Red+Green+Blue) = 152+175+172=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFAC is #675053. Grayscale: #A7A7A7. Windows color (decimal): -6770772 or 11317144. OLE color: 11317144.

HSL color Cylindrical-coordinate representation of color #98AFAC: hue angle of 172.17º 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 #98AFAC is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 175 172 -
CMYK 0.13 0 0.02 0.31
HSL 172.17º 0.13% 0.64% -
HSV(B) 172.17º 0.13% 0.69% -
XYZ 35.73 40.31 44.93 -
YUV 167.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 152 175 172 0.13 0 0.02 0.31 172.17 0.13 0.64
Hex 98 AF AC D 0 2 1F AC D 40
Octal 230 257 254 15 0 2 37 254 15 100
Binary 10011000 10101111 10101100 1101 0 10 11111 10101100 1101 1000000

Color Harmonies of #98AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AFAC

Black with #98AFAC

Text Example


Text Example

White with #98AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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