Html Css Color HEX #98B4B3 Conch

📋 copy color: '#98B4B3'

red 152 ◦ green 180 ◦ blue 179

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

Shades of Conch #98B4B3

Tints of Conch #98B4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

 BLUE value IS 179 (70.31% from 255) = 35.03%

R = 29.75%
G = 35.23%
B = 35.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#98B4B3 (or 0x98B4B3) is known color: Conch. HEX triplet: 98, B4 and B3. RGB value is (152,180,179). Sum of RGB (Red+Green+Blue) = 152+180+179=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #98B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4B3 is #674B4C. Grayscale: #ABABAB. Windows color (decimal): -6769485 or 11777176. OLE color: 11777176.

HSL color Cylindrical-coordinate representation of color #98B4B3: hue angle of 177.86º 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 #98B4B3 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 180 179 -
CMYK 0.16 0 0.01 0.29
HSL 177.86º 0.16% 0.65% -
HSV(B) 177.86º 0.16% 0.71% -
XYZ 37.41 42.57 48.89 -
YUV 171.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 152 180 179 0.16 0 0.01 0.29 177.86 0.16 0.65
Hex 98 B4 B3 10 0 1 1D B2 10 41
Octal 230 264 263 20 0 1 35 262 20 101
Binary 10011000 10110100 10110011 10000 0 1 11101 10110010 10000 1000001

Color Harmonies of #98B4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B4B3

Black with #98B4B3

Text Example


Text Example

White with #98B4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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