Html Css Color HEX #98DAA6 Chinook

📋 copy color: '#98DAA6'

red 152 ◦ green 218 ◦ blue 166

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

Shades of Chinook #98DAA6

Tints of Chinook #98DAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.67%

 BLUE value IS 166 (65.23% from 255) = 30.97%

R = 28.36%
G = 40.67%
B = 30.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#98DAA6 (or 0x98DAA6) is known color: Chinook. HEX triplet: 98, DA and A6. RGB value is (152,218,166). Sum of RGB (Red+Green+Blue) = 152+218+166=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DAA6 is #672559. Grayscale: #C0C0C0. Windows color (decimal): -6759770 or 10934936. OLE color: 10934936.

HSL color Cylindrical-coordinate representation of color #98DAA6: hue angle of 132.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DAA6 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 218 166 -
CMYK 0.30 0 0.24 0.15
HSL 132.73º 0.47% 0.73% -
HSV(B) 132.73º 0.3% 0.85% -
XYZ 44.9 59.57 45.21 -
YUV 192.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 152 218 166 0.30 0 0.24 0.15 132.73 0.47 0.73
Hex 98 DA A6 1E 0 18 F 85 2F 49
Octal 230 332 246 36 0 30 17 205 57 111
Binary 10011000 11011010 10100110 11110 0 11000 1111 10000101 101111 1001001

Color Harmonies of #98DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DAA6

Black with #98DAA6

Text Example


Text Example

White with #98DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,218,166); }

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

background-color css

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

 a { background-color: rgb(152,218,166); }

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

border-color css

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

 span { border-color: rgb(152,218,166); }

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