Html Css Color HEX #98DDAD Chinook

📋 copy color: '#98DDAD'

red 152 ◦ green 221 ◦ blue 173

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

Shades of Chinook #98DDAD

Tints of Chinook #98DDAD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.48%

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 27.84%
G = 40.48%
B = 31.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#98DDAD (or 0x98DDAD) is known color: Chinook. HEX triplet: 98, DD and AD. RGB value is (152,221,173). Sum of RGB (Red+Green+Blue) = 152+221+173=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DDAD is #672252. Grayscale: #C3C3C3. Windows color (decimal): -6758995 or 11394456. OLE color: 11394456.

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

Color convert

RGB 152 221 173 -
CMYK 0.31 0 0.22 0.13
HSL 138.26º 0.5% 0.73% -
HSV(B) 138.26º 0.31% 0.87% -
XYZ 46.35 61.41 48.94 -
YUV 194.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 152 221 173 0.31 0 0.22 0.13 138.26 0.5 0.73
Hex 98 DD AD 1F 0 16 D 8A 32 49
Octal 230 335 255 37 0 26 15 212 62 111
Binary 10011000 11011101 10101101 11111 0 10110 1101 10001010 110010 1001001

Color Harmonies of #98DDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DDAD

Black with #98DDAD

Text Example


Text Example

White with #98DDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,221,173); }

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

background-color css

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

 a { background-color: rgb(152,221,173); }

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

border-color css

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

 span { border-color: rgb(152,221,173); }

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