Html Css Color HEX #98DCAC Chinook

📋 copy color: '#98DCAC'

red 152 ◦ green 220 ◦ blue 172

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

Shades of Chinook #98DCAC

Tints of Chinook #98DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

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

R = 27.94%
G = 40.44%
B = 31.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#98DCAC (or 0x98DCAC) is known color: Chinook. HEX triplet: 98, DC and AC. RGB value is (152,220,172). Sum of RGB (Red+Green+Blue) = 152+220+172=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCAC is #672353. Grayscale: #C2C2C2. Windows color (decimal): -6759252 or 11328664. OLE color: 11328664.

HSL color Cylindrical-coordinate representation of color #98DCAC: hue angle of 137.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCAC is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 172 -
CMYK 0.31 0 0.22 0.14
HSL 137.65º 0.49% 0.73% -
HSV(B) 137.65º 0.31% 0.86% -
XYZ 45.99 60.84 48.35 -
YUV 194.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 152 220 172 0.31 0 0.22 0.14 137.65 0.49 0.73
Hex 98 DC AC 1F 0 16 E 8A 31 49
Octal 230 334 254 37 0 26 16 212 61 111
Binary 10011000 11011100 10101100 11111 0 10110 1110 10001010 110001 1001001

Color Harmonies of #98DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCAC

Black with #98DCAC

Text Example


Text Example

White with #98DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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