#8DD3A3

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

Shades of Chinook #8DD3A3

Tints of Chinook #8DD3A3

Color information

#8DD3A3 (or 0x8DD3A3) is unknown color: approx Chinook. HEX triplet: 8D, D3 and A3. RGB value is (141,211,163). Sum of RGB (Red+Green+Blue) = 141+211+163=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD3A3 is #722C5C. Grayscale: #B8B8B8. Windows color (decimal): -7482461 or 10736525. OLE color: 10736525.

HSL color Cylindrical-coordinate representation of color #8DD3A3: hue angle of 138.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD3A3 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB141211163-
CMYK0.3300.230.17
HSL138.86º44.3%69.02%-
HSV(B)138.86º33.18%82.75%-
XYZ40.8954.943.09-
YUV184.6115.8196.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.38%
GREEN value IS 211 (82.81% from 255) = 40.97%
BLUE value IS 163 (64.06% from 255) = 31.65%
R=27.38%
G=40.97%
B=31.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412111630.3300.230.17138.8644.369.02
Hex8DD3A321017118b2c45
Octal215323243410272121354105
Binary10001101110100111010001110000101011110001100010111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD3A3; }

 p { color: rgb(141,211,163); }

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

<style>
 a { background-color: #8DD3A3; }

 a { background-color: rgb(141,211,163); }

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

<style>
 span { border-color: #8DD3A3; }

 span { border-color: rgb(141,211,163); }

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