Html Css Color HEX #98B0AE Conch

📋 copy color: '#98B0AE'

red 152 ◦ green 176 ◦ blue 174

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

Shades of Conch #98B0AE

Tints of Conch #98B0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 30.28%
G = 35.06%
B = 34.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#98B0AE (or 0x98B0AE) is known color: Conch. HEX triplet: 98, B0 and AE. RGB value is (152,176,174). Sum of RGB (Red+Green+Blue) = 152+176+174=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 176 - color contains mainly: green. Hex color #98B0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B0AE is #674F51. Grayscale: #A8A8A8. Windows color (decimal): -6770514 or 11448472. OLE color: 11448472.

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

Color convert

RGB 152 176 174 -
CMYK 0.14 0 0.01 0.31
HSL 175º 0.13% 0.64% -
HSV(B) 175º 0.14% 0.69% -
XYZ 36.11 40.78 46.01 -
YUV 168.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 152 176 174 0.14 0 0.01 0.31 175 0.13 0.64
Hex 98 B0 AE E 0 1 1F AF D 40
Octal 230 260 256 16 0 1 37 257 15 100
Binary 10011000 10110000 10101110 1110 0 1 11111 10101111 1101 1000000

Color Harmonies of #98B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B0AE

Black with #98B0AE

Text Example


Text Example

White with #98B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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