Html Css Color HEX #98DBAB Chinook

📋 copy color: '#98DBAB'

red 152 ◦ green 219 ◦ blue 171

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

Shades of Chinook #98DBAB

Tints of Chinook #98DBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

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

R = 28.04%
G = 40.41%
B = 31.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#98DBAB (or 0x98DBAB) is known color: Chinook. HEX triplet: 98, DB and AB. RGB value is (152,219,171). Sum of RGB (Red+Green+Blue) = 152+219+171=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DBAB is #672454. Grayscale: #C1C1C1. Windows color (decimal): -6759509 or 11262872. OLE color: 11262872.

HSL color Cylindrical-coordinate representation of color #98DBAB: hue angle of 137.01º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DBAB is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 219 171 -
CMYK 0.31 0 0.22 0.14
HSL 137.01º 0.48% 0.73% -
HSV(B) 137.01º 0.31% 0.86% -
XYZ 45.63 60.28 47.76 -
YUV 193.5 115.3 98.4 -
System Red Green Blue C M Y K H S L
Decimal 152 219 171 0.31 0 0.22 0.14 137.01 0.48 0.73
Hex 98 DB AB 1F 0 16 E 89 30 49
Octal 230 333 253 37 0 26 16 211 60 111
Binary 10011000 11011011 10101011 11111 0 10110 1110 10001001 110000 1001001

Color Harmonies of #98DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DBAB

Black with #98DBAB

Text Example


Text Example

White with #98DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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