Html Css Color HEX #98CCA8 Chinook

📋 copy color: '#98CCA8'

red 152 ◦ green 204 ◦ blue 168

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

Shades of Chinook #98CCA8

Tints of Chinook #98CCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

 BLUE value IS 168 (66.02% from 255) = 32.06%

R = 29.01%
G = 38.93%
B = 32.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#98CCA8 (or 0x98CCA8) is known color: Chinook. HEX triplet: 98, CC and A8. RGB value is (152,204,168). Sum of RGB (Red+Green+Blue) = 152+204+168=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CCA8 is #673357. Grayscale: #B8B8B8. Windows color (decimal): -6763352 or 11062424. OLE color: 11062424.

HSL color Cylindrical-coordinate representation of color #98CCA8: hue angle of 138.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CCA8 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 204 168 -
CMYK 0.25 0 0.18 0.2
HSL 138.46º 0.34% 0.7% -
HSV(B) 138.46º 0.25% 0.8% -
XYZ 41.61 52.69 45.02 -
YUV 184.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 152 204 168 0.25 0 0.18 0.2 138.46 0.34 0.7
Hex 98 CC A8 19 0 12 14 8A 22 46
Octal 230 314 250 31 0 22 24 212 42 106
Binary 10011000 11001100 10101000 11001 0 10010 10100 10001010 100010 1000110

Color Harmonies of #98CCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CCA8

Black with #98CCA8

Text Example


Text Example

White with #98CCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,204,168); }

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

background-color css

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

 a { background-color: rgb(152,204,168); }

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

border-color css

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

 span { border-color: rgb(152,204,168); }

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