#99CE9E

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

Shades of Chinook #99CE9E

Tints of Chinook #99CE9E

Color information

#99CE9E (or 0x99CE9E) is unknown color: approx Chinook. HEX triplet: 99, CE and 9E. RGB value is (153,206,158). Sum of RGB (Red+Green+Blue) = 153+206+158=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CE9E is #663161. Grayscale: #B8B8B8. Windows color (decimal): -6697314 or 10407577. OLE color: 10407577.

HSL color Cylindrical-coordinate representation of color #99CE9E: hue angle of 125.66º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CE9E is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB153206158-
CMYK0.2600.230.19
HSL125.66º35.1%70.39%-
HSV(B)125.66º25.73%80.78%-
XYZ41.3853.3840.47-
YUV184.68112.94105.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=29.59%
G=39.85%
B=30.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532061580.2600.230.19125.6635.170.39
Hex99CE9E1A017137e2346
Octal231316236320272317643106
Binary100110011100111010011110110100101111001111111101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,206,158); }

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

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

 a { background-color: rgb(153,206,158); }

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

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

 span { border-color: rgb(153,206,158); }

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