#99CD9F

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

Shades of Chinook #99CD9F

Tints of Chinook #99CD9F

Color information

#99CD9F (or 0x99CD9F) is unknown color: approx Chinook. HEX triplet: 99, CD and 9F. RGB value is (153,205,159). Sum of RGB (Red+Green+Blue) = 153+205+159=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD9F is #663260. Grayscale: #B8B8B8. Windows color (decimal): -6697569 or 10472857. OLE color: 10472857.

HSL color Cylindrical-coordinate representation of color #99CD9F: hue angle of 126.92º 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 #99CD9F is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB153205159-
CMYK0.2500.220.20
HSL126.92º34.21%70.2%-
HSV(B)126.92º25.37%80.39%-
XYZ41.2352.9440.85-
YUV184.21113.77105.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=29.59%
G=39.65%
B=30.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051590.2500.220.20126.9234.2170.2
Hex99CD9F19016147f2246
Octal231315237310262417742106
Binary100110011100110110011111110010101101010011111111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CD9F; }

 p { color: rgb(153,205,159); }

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

<style>
 a { background-color: #99CD9F; }

 a { background-color: rgb(153,205,159); }

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

<style>
 span { border-color: #99CD9F; }

 span { border-color: rgb(153,205,159); }

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