Html Css Color HEX #98D0A4 Chinook

📋 copy color: '#98D0A4'

red 152 ◦ green 208 ◦ blue 164

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

Shades of Chinook #98D0A4

Tints of Chinook #98D0A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.3%

R = 29.01%
G = 39.69%
B = 31.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#98D0A4 (or 0x98D0A4) is known color: Chinook. HEX triplet: 98, D0 and A4. RGB value is (152,208,164). Sum of RGB (Red+Green+Blue) = 152+208+164=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D0A4 is #672F5B. Grayscale: #BABABA. Windows color (decimal): -6762332 or 10801304. OLE color: 10801304.

HSL color Cylindrical-coordinate representation of color #98D0A4: hue angle of 132.86º 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 #98D0A4 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 164 -
CMYK 0.27 0 0.21 0.18
HSL 132.86º 0.37% 0.71% -
HSV(B) 132.86º 0.27% 0.82% -
XYZ 42.21 54.47 43.41 -
YUV 186.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 152 208 164 0.27 0 0.21 0.18 132.86 0.37 0.71
Hex 98 D0 A4 1B 0 15 12 85 25 47
Octal 230 320 244 33 0 25 22 205 45 107
Binary 10011000 11010000 10100100 11011 0 10101 10010 10000101 100101 1000111

Color Harmonies of #98D0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D0A4

Black with #98D0A4

Text Example


Text Example

White with #98D0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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