#98AEAA

Color #98AEAA Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #98AEAA

Tints of Conch #98AEAA

Color information

#98AEAA (or 0x98AEAA) is unknown color: approx Conch. HEX triplet: 98, AE and AA. RGB value is (152,174,170). Sum of RGB (Red+Green+Blue) = 152+174+170=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #98AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AEAA is #675155. Grayscale: #A6A6A6. Windows color (decimal): -6771030 or 11185816. OLE color: 11185816.

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

Color convert

RGB152174170-
CMYK0.1300.020.32
HSL169.09º11.96%63.92%-
HSV(B)169.09º12.64%68.24%-
XYZ35.3439.8543.86-
YUV166.97129.71117.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=30.65%
G=35.08%
B=34.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521741700.1300.020.32169.0911.9663.92
Hex98AEAAD0220a9c40
Octal23025625215024025114100
Binary10011000101011101010101011010101000001010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,174,170); }

 H1.HeaderClassName
 {
   color: #98AEAA;
 }
 .AnyTagClassName
 {
   color: #98AEAA;
 }
</style>
background-color css

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

 a { background-color: rgb(152,174,170); }

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

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

 span { border-color: rgb(152,174,170); }

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