Html Css Color HEX #98D5AB Chinook

📋 copy color: '#98D5AB'

red 152 ◦ green 213 ◦ blue 171

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

Shades of Chinook #98D5AB

Tints of Chinook #98D5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

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

R = 28.36%
G = 39.74%
B = 31.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#98D5AB (or 0x98D5AB) is known color: Chinook. HEX triplet: 98, D5 and AB. RGB value is (152,213,171). Sum of RGB (Red+Green+Blue) = 152+213+171=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5AB is #672A54. Grayscale: #BEBEBE. Windows color (decimal): -6761045 or 11261336. OLE color: 11261336.

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

Color convert

RGB 152 213 171 -
CMYK 0.29 0 0.20 0.16
HSL 138.69º 0.42% 0.72% -
HSV(B) 138.69º 0.29% 0.84% -
XYZ 44.09 57.2 47.25 -
YUV 189.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 152 213 171 0.29 0 0.20 0.16 138.69 0.42 0.72
Hex 98 D5 AB 1D 0 14 10 8B 2A 48
Octal 230 325 253 35 0 24 20 213 52 110
Binary 10011000 11010101 10101011 11101 0 10100 10000 10001011 101010 1001000

Color Harmonies of #98D5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5AB

Black with #98D5AB

Text Example


Text Example

White with #98D5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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