Html Css Color HEX #98DAAC Chinook

📋 copy color: '#98DAAC'

red 152 ◦ green 218 ◦ blue 172

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

Shades of Chinook #98DAAC

Tints of Chinook #98DAAC

RGB

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

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

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

R = 28.04%
G = 40.22%
B = 31.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#98DAAC (or 0x98DAAC) is known color: Chinook. HEX triplet: 98, DA and AC. RGB value is (152,218,172). Sum of RGB (Red+Green+Blue) = 152+218+172=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DAAC is #672553. Grayscale: #C1C1C1. Windows color (decimal): -6759764 or 11328152. OLE color: 11328152.

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

Color convert

RGB 152 218 172 -
CMYK 0.30 0 0.21 0.15
HSL 138.18º 0.47% 0.73% -
HSV(B) 138.18º 0.3% 0.85% -
XYZ 45.47 59.8 48.18 -
YUV 193.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 152 218 172 0.30 0 0.21 0.15 138.18 0.47 0.73
Hex 98 DA AC 1E 0 15 F 8A 2F 49
Octal 230 332 254 36 0 25 17 212 57 111
Binary 10011000 11011010 10101100 11110 0 10101 1111 10001010 101111 1001001

Color Harmonies of #98DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DAAC

Black with #98DAAC

Text Example


Text Example

White with #98DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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