Html Css Color HEX #98D0AB Chinook

📋 copy color: '#98D0AB'

red 152 ◦ green 208 ◦ blue 171

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

Shades of Chinook #98D0AB

Tints of Chinook #98D0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 28.63%
G = 39.17%
B = 32.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#98D0AB (or 0x98D0AB) is known color: Chinook. HEX triplet: 98, D0 and AB. RGB value is (152,208,171). Sum of RGB (Red+Green+Blue) = 152+208+171=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D0AB is #672F54. Grayscale: #BBBBBB. Windows color (decimal): -6762325 or 11260056. OLE color: 11260056.

HSL color Cylindrical-coordinate representation of color #98D0AB: hue angle of 140.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D0AB is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 171 -
CMYK 0.27 0 0.18 0.18
HSL 140.36º 0.37% 0.71% -
HSV(B) 140.36º 0.27% 0.82% -
XYZ 42.86 54.73 46.83 -
YUV 187.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 152 208 171 0.27 0 0.18 0.18 140.36 0.37 0.71
Hex 98 D0 AB 1B 0 12 12 8C 25 47
Octal 230 320 253 33 0 22 22 214 45 107
Binary 10011000 11010000 10101011 11011 0 10010 10010 10001100 100101 1000111

Color Harmonies of #98D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D0AB

Black with #98D0AB

Text Example


Text Example

White with #98D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,208,171); }

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

background-color css

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

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

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

border-color css

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

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

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