#98CFA4

Color #98CFA4 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #98CFA4

Tints of Chinook #98CFA4

Color information

#98CFA4 (or 0x98CFA4) is unknown color: approx Chinook. HEX triplet: 98, CF and A4. RGB value is (152,207,164). Sum of RGB (Red+Green+Blue) = 152+207+164=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFA4 is #67305B. Grayscale: #B9B9B9. Windows color (decimal): -6762588 or 10801048. OLE color: 10801048.

HSL color Cylindrical-coordinate representation of color #98CFA4: hue angle of 133.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFA4 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB152207164-
CMYK0.2700.210.19
HSL133.09º36.42%70.39%-
HSV(B)133.09º26.57%81.18%-
XYZ41.9653.9843.33-
YUV185.65115.78104-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=29.06%
G=39.58%
B=31.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522071640.2700.210.19133.0936.4270.39
Hex98CFA41B01513852446
Octal230317244330252320544106
Binary1001100011001111101001001101101010110011100001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,207,164); }

 H1.HeaderClassName
 {
   color: #98CFA4;
 }
 .AnyTagClassName
 {
   color: #98CFA4;
 }
</style>
background-color css

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

 a { background-color: rgb(152,207,164); }

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

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

 span { border-color: rgb(152,207,164); }

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