Html Css Color HEX #98DAAA Chinook

📋 copy color: '#98DAAA'

red 152 ◦ green 218 ◦ blue 170

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

Shades of Chinook #98DAAA

Tints of Chinook #98DAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.48%

R = 28.15%
G = 40.37%
B = 31.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#98DAAA (or 0x98DAAA) is known color: Chinook. HEX triplet: 98, DA and AA. RGB value is (152,218,170). Sum of RGB (Red+Green+Blue) = 152+218+170=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DAAA is #672555. Grayscale: #C0C0C0. Windows color (decimal): -6759766 or 11197080. OLE color: 11197080.

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

Color convert

RGB 152 218 170 -
CMYK 0.30 0 0.22 0.15
HSL 136.36º 0.47% 0.73% -
HSV(B) 136.36º 0.3% 0.85% -
XYZ 45.28 59.72 47.17 -
YUV 192.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 152 218 170 0.30 0 0.22 0.15 136.36 0.47 0.73
Hex 98 DA AA 1E 0 16 F 88 2F 49
Octal 230 332 252 36 0 26 17 210 57 111
Binary 10011000 11011010 10101010 11110 0 10110 1111 10001000 101111 1001001

Color Harmonies of #98DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DAAA

Black with #98DAAA

Text Example


Text Example

White with #98DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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