#98B4B4

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

Shades of Conch #98B4B4

Tints of Conch #98B4B4

Color information

#98B4B4 (or 0x98B4B4) is unknown color: approx Conch. HEX triplet: 98, B4 and B4. RGB value is (152,180,180). Sum of RGB (Red+Green+Blue) = 152+180+180=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #98B4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4B4 is #674B4B. Grayscale: #ABABAB. Windows color (decimal): -6769484 or 11842712. OLE color: 11842712.

HSL color Cylindrical-coordinate representation of color #98B4B4: hue angle of 180º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98B4B4 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152180180-
CMYK0.16000.29
HSL180º15.73%65.1%-
HSV(B)180º15.56%70.59%-
XYZ37.5142.6149.43-
YUV171.63132.72114-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=29.69%
G=35.16%
B=35.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801800.16000.2918015.7365.1
Hex98B4B410001Db41041
Octal23026426420003526420101
Binary10011000101101001011010010000001110110110100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,180); }

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

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

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

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

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

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

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