Html Css Color HEX #98ADA8 Conch

📋 copy color: '#98ADA8'

red 152 ◦ green 173 ◦ blue 168

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

Shades of Conch #98ADA8

Tints of Conch #98ADA8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

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

R = 30.83%
G = 35.09%
B = 34.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#98ADA8 (or 0x98ADA8) is known color: Conch. HEX triplet: 98, AD and A8. RGB value is (152,173,168). Sum of RGB (Red+Green+Blue) = 152+173+168=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADA8 is #675257. Grayscale: #A6A6A6. Windows color (decimal): -6771288 or 11054488. OLE color: 11054488.

HSL color Cylindrical-coordinate representation of color #98ADA8: hue angle of 165.71º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98ADA8 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 173 168 -
CMYK 0.12 0 0.03 0.32
HSL 165.71º 0.11% 0.64% -
HSV(B) 165.71º 0.12% 0.68% -
XYZ 34.96 39.39 42.81 -
YUV 166.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 152 173 168 0.12 0 0.03 0.32 165.71 0.11 0.64
Hex 98 AD A8 C 0 3 20 A6 B 40
Octal 230 255 250 14 0 3 40 246 13 100
Binary 10011000 10101101 10101000 1100 0 11 100000 10100110 1011 1000000

Color Harmonies of #98ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADA8

Black with #98ADA8

Text Example


Text Example

White with #98ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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