Html Css Color HEX #98D5AC Chinook

📋 copy color: '#98D5AC'

red 152 ◦ green 213 ◦ blue 172

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

Shades of Chinook #98D5AC

Tints of Chinook #98D5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.03%

R = 28.31%
G = 39.66%
B = 32.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#98D5AC (or 0x98D5AC) is known color: Chinook. HEX triplet: 98, D5 and AC. RGB value is (152,213,172). Sum of RGB (Red+Green+Blue) = 152+213+172=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5AC is #672A53. Grayscale: #BEBEBE. Windows color (decimal): -6761044 or 11326872. OLE color: 11326872.

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

Color convert

RGB 152 213 172 -
CMYK 0.29 0 0.19 0.16
HSL 139.67º 0.42% 0.72% -
HSV(B) 139.67º 0.29% 0.84% -
XYZ 44.19 57.24 47.75 -
YUV 190.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 152 213 172 0.29 0 0.19 0.16 139.67 0.42 0.72
Hex 98 D5 AC 1D 0 13 10 8C 2A 48
Octal 230 325 254 35 0 23 20 214 52 110
Binary 10011000 11010101 10101100 11101 0 10011 10000 10001100 101010 1001000

Color Harmonies of #98D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5AC

Black with #98D5AC

Text Example


Text Example

White with #98D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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